Access information about your organization, projects, errors, and more to build custom integrations.
Version 2 is the current version of the API. See the API examples to help you get started.
Version 1 of the API has been decommissioned.
The API version can be selected by passing a header. We recommend always passing a header, as the default version will change as old versions are disabled.
You can use the X-Version
header as follows:
curl -H "X-Version: 2" https://api.bugsnag.com
Alternatively you can use the Accept
header:
curl -H "Accept: application/json; version=2" https://api.bugsnag.com
A Ruby API toolkit library is available to make it easy to access the API.
If you would like to do something that the API does not allow, please get in touch with us. We’d love to help you build on top of our API!