- 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
Feedback sent
We appreciate your effort and will try to fix the article