Version: 0.4.0
DigiAnt Partner API
Authentication
- HTTP: Bearer Auth
- API Key: PartnerApiKeyGuard
JWT Bearer token authentication.
Include your token in the Authorization header:
Authorization: Bearer <your-token>
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Partner API Key authentication.
Include your key in the X-Partner-API-Key header:
X-Partner-API-Key: dpk_live_...
Contact dev@digitaliagbe.com to obtain your partner API key.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Partner-API-Key |