Authenticate by using API Keys

Modified on Tue, 15 Oct, 2024 at 9:45 AM

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article