Authentication
Pre-requisites
To authenticate all your requests to the Ignibet API you will need an attributed API key.
Contact your Ignibet affiliate representative.
How to authenticate
API endpoint
The Ignibet API is available at https://api.ignibet.partners.
Authorization header
When performing requests, include your API key in the HTTP Authorization header:
example.js
fetch('https://api.ignibet.partners/...', {
headers: { 'Authorization': '<YOUR_API_KEY>' },
method: 'GET'
})
Rate Limits
These are the rate limits applied to your requests to the API. If you need to go over the defined limits, contact your Ignibet affiliate representative to get a waiver.
| Frequency | Limit |
|---|---|
| 1 second | 3 requests |
| 10 seconds | 20 requests |
| 1 minute | 60 requests |