List deployment triggers
List the GitHub deployment triggers configured for your Checkly account.
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
Response
Successful
The deployment trigger ID.
The check this trigger runs.
The check group this trigger runs.
The deployment provider. Always GITHUB for this endpoint.
The provider-side repository ID.
The repository name, e.g. acme/storefront.
A link to the repository.
Whether the deployment’s environment_url is injected into the run.
Whether screenshots are attached to the posted check run.
Only deployments whose environment name matches this regex trigger a run.
Only deployments whose environment URL matches this regex trigger a run.
The region the triggered run executes in.