Data access API

Access information about your organization, projects, errors, and more to build custom integrations.

Versions

Version 2

Version 2 is the current version of the API. See the API examples to help you get started.

Version 2 API Reference >

Version 1

Version 1 of the API has been decommissioned.

Specifying a version

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

Ruby API Toolkit

A Ruby API toolkit library is available to make it easy to access the API.

Help and support

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!