Credentials
Credentials
Credentials belong to users and allow them to sign into the platform, creating temporary sessions. They consist of a handle and a password.
Sessions provide short-lived bearer tokens, which in turn can be used to authenticate API requests.
Expiration: The bearer tokens associated with sessions are short-lived and will expire 24 hours after they are generated.
To learn how to use the token of a session to authenticate your API requests, read the bearer tokens page.
Access: Only you can update your credentials.
Fields
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.