Credentials
Sign in with your credentials
Start a new session using your credentials.
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
requiredThe handle of your user.
password
string
requiredThe password of your user.
Response
200 - application/json
token
string
requiredThe Base64-encoded bearer token of the session. Is unique.
issuedAt
string
requiredThe date and time when the session was issued.
expiresAt
string
requiredThe date and time when the session expires.