Authenticating to Raptor Maps
Use this endpoint to retrieve an API access token with your API Credentials.
post/oauth/token
Request body
Response
200
Example response
{
"access_token": "accessTokenValue"
}Use this endpoint to retrieve an API access token with your API Credentials.
200
{
"access_token": "accessTokenValue"
}