OAuth2 token endpoint (RFC 6749 §4.1.3 + §6)
OAuth2
OAuth2 token endpoint (RFC 6749 §4.1.3 + §6)
Exchanges an authorization code for an access + refresh token pair (grant_type=authorization_code) or rotates an existing refresh token (grant_type=refresh_token). Returns the RFC 6749 §5.1 JSON shape on success or the §5.2 error shape on failure.
POST
OAuth2 token endpoint (RFC 6749 §4.1.3 + §6)
Documentation Index
Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/x-www-form-urlencoded
'authorization_code' or 'refresh_token'.
Minimum string length:
1Authorization-code grant only.
Minimum string length:
1Authorization-code grant only.
Minimum string length:
1Authorization-code grant only (PKCE).
Minimum string length:
1Refresh-token grant only.
Minimum string length:
1Optional refresh-token scope narrowing.
Minimum string length:
1When not using HTTP Basic.
Minimum string length:
1Confidential client only.
Minimum string length:
1