Authentication

You'll need to authenticate your requests to access any of the endpoints in the Unblind API. In this guide, we'll look at how authentication works.

API Key

Authenticate with the Unblind API using a secret API key. You can create one inside Settings. Here's how to add the API key to the request header using cURL:

Example request with bearer token

curl https://api.unblind.dev/v1/tenants \
  -H "Authorization: Bearer <API_KEY>"

Secret keys are not inteded to display in any public place. Always keep your api keys safe and reset it if you suspect it has been compromised.

Was this page helpful?