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.

Required string length: 1 - 50
password
string
required

The password of your user.

Required string length: 8 - 50

Response

200 - application/json
expiresAt
string
required

The date and time when the session expires.

issuedAt
string
required

The date and time when the session was issued.

token
string
required

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