Prerequisites
Before you begin, make sure you have:- A SKOR Modular API
client_id - A SKOR Modular API
client_secret - The SKOR Modular API base URL for your environment
Choose a base URL
| Environment | Base URL |
|---|---|
| Live | https://api.skortorent.com/api/v1 |
| Sandbox | https://dev-api.skortorent.com/api/v1 |
Generate an access token
Send a token request to The response returns a token that you use to authenticate protected Modular API requests.
/keys/generate-token using HTTP Basic Authentication. Use your client_id as the username and your client_secret as the password.Store the token securely
Treat the token as a secret. Do not expose it in client-side code, logs, or public repositories.