Skip to main content
POST
Exchange Hosted Auth Code

Body

application/json
client_key
string
required

Client key copied from Developer Access.

Example:

"your-client-api-key"

code
string
required

One-time code returned to your Redirect URL.

Example:

"one-time-code"

redirect_uri
string<uri>
required

The same Redirect URL used in POST /v1/auth/start.

Example:

"https://example.com/auth/callback"

code_verifier
string

Original PKCE code verifier when the auth flow started with code_challenge.

Example:

"original-random-code-verifier"

Response

Code exchanged for a member token.

token_type
string
Example:

"Bearer"

access_token
string
Example:

"member-bearer-token"

expires_in
integer | null
Example:

null

member
object