POST
/
auth
/
login
{
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Headers

X-API-KEY
string

API key

X-ACCOUNT-KEY
string

Account key

Body

application/json
email
string
required
password
string
required

Response

200 - application/json
accessToken
string
required
refreshToken
string
required

Was this page helpful?