v1
latestOpenAPI 3.0.02026-07-263365201.7 KBAuthentication
Create a token
Retrieve a token
post/oauth/token
Request body
Example request
{
"grant_type": "authorization_code",
"code": "4/P7q7W91a-oMsCeLvIaQm6bTrgtp7",
"refresh_token": "1B4a2e77838347a7E420ce178F2E7c6912E169246c",
"client_id": "client_12345",
"code_verifier": "dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"
}Response
Retrieve the quote details
Example response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlcyI6WyJhZG1pbiJdLCJwYJ0bmVyIjoi...",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "21cc84a3ad98736f4e5eddc88a1f4b58a29ae96206027c9b59d874cb2a7f7e02",
"scope": "read:* write:*"
}