Where can user find the API key that can be used to hit the API queries?

Created by Atif Ikramuddin, Modified on Tue, 26 Aug at 7:44 PM by Atif Ikramuddin

  • API key is generated when REST API license is assigned to a customer.
  • The API key is present in the API Access page which can be navigated from the left side hamburger menu.
  • If the user clicks on reset key option,  it will create new unique key. However, post resetting this key user also needs to update the old key used in existing API code.
  • The API key needs to be passed in the HTTP header 'apikey' for authentication. Sample curl request for fetching event details is provided below for reference.

           curl --location --request GET 'https://api.resilinc.com/v1/event_details' --header 'apikey:XXXXXXXXXXXXXXXXXX' --data-raw

Attached screen shot for reference,

 

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