The Digital Connect API uses API keys to authenticate requests. You can view and manage your API key in the Digital Connect Dashboard.
The API key needs to passed as a header into every API call you make.
apikey: 'your-api-key-here'
All API requests must be made over HTTPS.
- Calls made over plain HTTP will fail.
- API requests without authentication will also fail.
Protect your API keys by keeping them confidential. Avoid sharing them in public areas like GitHub or client-side code. Periodically create new API keys, delete the old keys, and update your applications to use the new API keys.
Sample Code
You can find more examples here - Open in Postman
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article