Overview
The Static IPs Text Format endpoint returns all Checkly static IP addresses as a plain text list, with one IP address per line. This format is ideal for importing directly into firewall configurations and automated scripts. Common Use Cases:- Automated Firewall Configuration
- Script Integration
- Bulk IP Import
- Configuration File Generation
This endpoint returns the same IP addresses as the JSON endpoint but in a plain text format that’s easier to process with shell scripts and configuration management tools.
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