v1

latestOpenAPI 3.1.02026-07-24556488.2 KB

Authenticating to Raptor Maps

Use this endpoint to retrieve an API access token with your API Credentials.

post/oauth/token

Request body

client_idstring required

API Credentials - Client ID

client_secretstring required

API Credentials - Client Secret

audiencestring required

OAuth2 audience parameter

Response

200

access_tokenstring

Example response

{
  "access_token": "accessTokenValue"
}