v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBGet authenticated using your application credentials
Firstly, you should get your application credentials (application-id, application-secret) from the [Routee…
post/oauth/token?grant_type=client_credentials
Headers
Authorizationstring
Content-Typestring
Request body
Response
200
Example response
{
"access_token": "346f0dd4-c7bb-4f84-924e-47459c7d11c6",
"token_type": "bearer",
"expires_in": 3599,
"scope": "voice lookup contact report 2step sms account viber number_validator sender_info virtual_number number_pool",
"permissions": [
"MT_ROLE_LOOKUP"
]
}