Skip to content

API Key


You can get an API Key on the Dashboard.

You can regenerate your API key from the Dashboard. Navigate to the API key section and click on “Regenerate”.

What should i do if my API Key got leaked?

Section titled “What should i do if my API Key got leaked?”

We strongly recommend to regenerate your API Key if you think that it got leaked.

You can include your API key in the URL parameters or the request headers of each request. Here’s how it can be formatted:

NameValue
Authorization<API_Key>

Curl

Terminal window
curl --location 'https://api.cookie-api.com/api/api-key' \
--header 'Authorization: API_Key'