Exchange authorization code for API key
OAuth
Exchange authorization code for API key
Exchange an authorization code from the PKCE flow for a user-controlled API key
POST
Exchange authorization code for API key
Authorizations
API key as bearer token in Authorization header
Body
application/json
The authorization code received from the OAuth redirect
Example:
"auth_code_abc123def456"
The method used to generate the code challenge
Available options:
S256, plain, null Example:
"S256"
The code verifier if code_challenge was used in the authorization request
Example:
"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"