Skip to main content
POST
Exchange service account API key for access token

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
service_account_id
string
required
api_key
string
required

Response

Successful Response

Response schema for token endpoints — refresh_token is in the HttpOnly cookie, not the body.

access_token
string
required
expires_in
integer
required
token_type
string
default:Bearer