Skip to content

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.

object
authorization_code
string | null
pkce_code_verifier
string | null

Converts auth & pkce codes to tokens.

object
auth_token
required
string
csrf_token
required
string
refresh_token
required
string