Authentication

Authenticate your account when using the API by including your secret API key in the request.

To use your API key you need to include it in the request "Autorization" header, in the form of Bearer token, as in the example:

curl --request GET \
  --url https://developers.wiwink.com/api/leads \
  --header 'Authorization: Bearer <your-api-key>'