Skip to main content
POST
Sign in

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Body

application/json
email
string<email>
required

Email address of the user.

password
string
required

Password of the user.

Minimum string length: 1

Response

User signed in successfully

message
string
required

Message from the server.

accessToken
string
required

Access token for the user.

Pattern: ^[A-Za-z0-9-_]+(?:\.[A-Za-z0-9-_]+)+$
refreshToken
string
required

Refresh token for the user.

Pattern: ^[A-Za-z0-9-_]+(?:\.[A-Za-z0-9-_]+)+$
expiresIn
number
required

Expires duration for the access token.

expiresAt
number
required

Expires timestamp for the access token.