Auth API
User Authenticate
Authenticate a user with a code
POST
/
sessions
/
code
/
authenticate
Body
code
string
requiredThe code that login request returns.
Response
access_token
string
JWT access token.
refresh_token
string
JWT refresh token.
Was this page helpful?