Authentication

Bearer Token

The Checkly Public API uses API keys to authenticate requests. You can get the API Key here.
Your API key is like a password:
keep it secure!

Authentication to the API is performed using the Bearer auth method in the Authorization header and using the Account ID.

For example, set Authorization header while using cURL:

$ curl -H "Authorization: Bearer [apiKey]" -H "X-Checkly-Account: [accountId]"
Security Scheme TypeHeader parameter name
API KeyAuthorization

All endpoints are protected: API requests without authentication will fail.