Exchange authorization code for auth tokens.
POST
/api/auth/v1/token
This API endpoint is meant for client-side applications (SPA, mobile, desktop, …) using the web-auth flow.
Request Body required
Section titled “Request Body required ”object
authorization_code
string | null
pkce_code_verifier
string | null
Responses
Section titled “ Responses ”Converts auth & pkce codes to tokens.
object
auth_token
required
string
csrf_token
required
string
refresh_token
required
string