There are two credentials required to authenticate with our API.
- Subscription Key
- Subscription Secret
The subscription key in conjunction with the subscription secret is used to authenticate all requests.
Subscription Key
The subscription key is part of the header of all requests sent to our API. You can create an unlimited number of subscription keys in your account.
The subscription key is assigned to the key
parameter of the header.
Subscription Secret
The subscription secret is part of the header of all requests sent to our API. Each subscription key you create will generate its own unique subscription secret in your dashboard.
The subscription secret is assigned to the secret
parameter of the header.