Authentication
The sTN Partner API uses API keys for authentication. Each request to the API must include a valid API key to be processed.
Obtaining an API Key
sTN will send the API key directly to your organization's development team. This key is unique to your partnership and grants access to the sTN Partner API.
Using the API Key
Include your API key in the header of each request to the API:
stn-api-key: YOUR_API_KEY
Replace YOUR_API_KEY
with your actual API key.
API Key Security
- Keep your API key confidential. Do not share it or expose it in publicly accessible areas such as GitHub or client-side code.
- If you suspect your API key has been compromised, contact sTN immediately to have it revoked and replaced.