๐ How to Obtain Your API Key
- Partner Onboarding:
- First, youโll need to be onboarded as a partner through our team. A member of the will be your main point of contact in your onboarding process, ensuring all necessary information is collected to create your partner account. Please contact us via email
- API Key Issuance:
- Once your onboarding is complete, you will receive your unique API key. This key is your gateway to accessing our API endpoints and must be kept secure. ๐
- Receiving Your API Key:
- The API key will be sent to you securely via email or your preferred communication method. Make sure to store it safely, as this key allows you to authenticate and perform transactions using our API. ๐ง
๐ Using Your API Key
To authenticate your requests, you need to include your API key in the headers of every HTTP request you make to our API.Example Request with API Key
Include your API key in the request header under thepartner-api-key
field.
bash
๐ Header Format
http
๐จ Important Security Notes
- Keep Your API Key Secure: Treat your API key like a password. Do not share it publicly or expose it in client-side code (e.g., JavaScript, HTML). ๐ก๏ธ
โ๏ธIf you suspect that your API key has been compromised, please contact us immediately. We will promptly issue a new key to ensure your accountโs secured.