Notocat API Authentication

Authentication

To authenticate with the API, you need to send your API key in the Authorization header. The API key must be prefixed with Bearer . The header should look like this:

Authorization: Bearer <token>

Click here to get your API keyopen in new window

Example request

curl "https://api.notocat.com/v1/contacts?newsletter_id=<newsletter_id>" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer <token>"
Last Updated:
Contributors: Razvan Ilin