📦 Courier Rate API Documentation

🔐 Get Access Token

POST /api/Token

Request Body (JSON):

{
  "clientId": "SlsBearings",
  "clientSecret": "XXXXXXXXXx"
}

Response:

{
  "accessToken": "your-token",
  "expiresAt": "2025-04-08T13:04:07.1639715Z"
}

Request:

To request access to the API tools, please contact the Digital Team via email.
⬅️ Back to Home