Exchange Code or Refresh Token
OAuth 2.0
Exchange Token
Exchange an authorization code for access + refresh tokens, or exchange a refresh token for a new access token.
POST
Exchange Code or Refresh Token
Documentation Index
Fetch the complete documentation index at: https://tabillo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/x-www-form-urlencoded
Available options:
authorization_code, refresh_token Required for authorization_code grant
Required for authorization_code grant
Required for refresh_token grant
PKCE code verifier (required if code_challenge was sent)