API Reference
OAuth

Token endpoint

POST
/oauth/token

RFC 6749 §3.2. Exchanges an authorization code (with PKCE verifier) or a refresh token.

Response Body

application/json

application/json

curl -X POST "https://example.com/oauth/token"
{}
{  "error": {    "code": "validation.bad_request",    "message": "string",    "request_id": "string",    "details": [      "string"    ]  }}