Skip to main content
POST
/
authenticate
Authenticate
curl --request POST \
  --url https://api.example.com/authenticate \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "password": "<string>"
}
'
{
  "jwt": "<string>",
  "expires": 123
}

Body

application/json
username
string
required

User email (used as username)

password
string<password>
required

Response

Success

jwt
string
required
expires
integer
required

Unix timestamp