POST
/
auth
/
credentials

To learn how to use the token of a session to authenticate your API requests, read the bearer tokens page.

Body

application/json
handle
string
required

The handle of your user.

password
string
required

The password of your user.

Response

200 - application/json
token
string
required

The Base64-encoded bearer token of the session. Is unique.

issuedAt
string
required

The date and time when the session was issued.

expiresAt
string
required

The date and time when the session expires.