Skip to main content

Authentication

All Organisation APIs require authentication using the client_id and client_secret, which must be included as headers in every API request.

Headers Required

Each API request must include the following headers:

  • client_id: Your unique API Client ID
  • client_secret: Your secret key associated with the client_id
client_id: YOUR_CLIENT_ID
client_secret: YOUR_SECRET_KEY
warning

Never share your client_secret or expose it in client-side code. Always make API calls from your backend servers.