Authorizations
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]" "X-Checkly-Account: [accountId]"
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Body
The name assigned to the private location.
"New Private Location"
Valid slug name.
"new-private-location"
"location"
A proxy for outgoing API check HTTP calls from your private location.
"https://user:password@164.92.149.127:3128"
Response
Created
"0baf2a80-7266-44af-b56c-2af7086782ee"
The name assigned to the private location.
"New Private Location"
Valid slug name.
"new-private-location"
The private location icon.
"location"
The check this private location has assigned.
The group this private location has assigned.
A proxy for outgoing API check HTTP calls from your private location.
"https://user:password@164.92.149.127:3128"