Přeskočit na obsah

API Key

Tento obsah zatím není dostupný ve vašem jazyce.


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:


Authorizations
Authorization String Required<API_Key>

curl --location 'https://api.cookie-api.com/api/api-key' \
--header 'Authorization: API_Key'
{
"Hint": "You will get your API Key from our dashboard (https://dashboard.cookie-api.com/). For more Information please view: https://docs.cookie-api.com/en/docs/getting-started/faq/api-key/",
"message": "Missing API key",
"success": false
}