RoutePay API
Developer documentation
Docs overview
API reference
API reference
POST
https://auth{{Env}}.routepay.com/connect/token
Get Authorization Token
Get Authorization Token
Try it
Environment
Sandbox
Production
Authorization header (optional)
Request body (application/x-www-form-urlencoded)
{ "grant_type": "client_credentials", "client_id": "your_client_id", "client_secret": "your_client_secret" }
Send request
Response
// Send a request to see the response here.