API Reference

Authentication

Each API request expects the client_id and client_secret in header data.
If you do not have one, please Get Your API Keys / Credentials first.

API Credentials

KeyValue
client_id[YOUR_CLIENT_ID]
client_secret[YOUR_CLIENT_SECRET]

Please ensure the security of your client_id and client_secret as they have significant privileges. Avoid sharing your secret API keys in public areas like GitHub, client-side code, etc.

Note:

  • All API requests should be made over HTTPS. Plain HTTP requests will fail.
  • Unauthenticated API requests will also fail.