Authentication
All Senso API calls are secured with organisation-scoped API keys.Send the key in the
X-API-Key
header on every request.
1. Getting an API key
Keys are generated internally and emailed to authorised contacts.If you don’t have one yet, email [email protected] with: • Your organisation name
• A short description of your intended use Keys are environment-specific:
tgr_test_…
for testing, tgr_live_…
for production.
2. Using the key
Add the header to every request:3. Security tips
• Store keys in environment variables or a secret manager• Never embed keys in browser or mobile apps
• Use separate keys for test and production
• Delete keys you no longer need
4. Troubleshooting
401 Unauthorized
403 Forbidden
Contact [email protected] and include the full error response so we can adjust the permissions. You’re now ready to make authenticated requests—happy building!