Connect to Chron
2xx
range indicate success. Codes in the 4xx
range indicate an error that failed given the information provided (e.g., a required parameter was omitted, etc.). Codes in the 5xx
range indicate an error with Chron’s servers (these are rare).
Some 4xx
errors that could be handled programmatically (e.g., a particular parameter is missing) include an error code that briefly explains the error reported.
Request-Id
. You can also find request identifiers in the URLs of individual request logs in your Dashboard. If you need to contact us about a specific request, providing the request identifier will ensure the fastest possible resolution.
429
. We have several limiters in the API, including:
2023-08-16
. Read our API upgrades guide to learn more about backwards compatibility. For all API updates, view our API changelog.
All requests use your account API settings, unless you override the API version. The upgrades guide lists every available version. Note that by default webhook events are structured according to your account API version, unless you set an API version during endpoint creation.
To set the API version on a specific request, send a Chron-Version
header.
You can visit your Dashboard to upgrade your API version. As a precaution, use API versioning to test a new API version before committing to an upgrade.