Using the API
Using our easy-to-use REST API you can administer projects and errors.
Getting started
First, you must create an API token in your account settings.
In all calls to our API endpoint you must include an api_token
URL parameter and should include
an Accepts: application/json
header. Here's an example:
curl "https://flareapp.io/api/projects?api_token=xyz123" \
-H 'Accept: application/json'
Pagination
All API endpoints contain pagination information in the response.links
and reponse.meta
keys.
Using an API client
OpenAPI
We provide an OpenAPI specification for our API. You can view it here.
Postman
Postman is a platform for API development that offers a free application to easily make API requests.
To easily use our API with Postman, import this JSON file which contains presets for all available endpoints.
Paw
Paw is a highly polished, paid API tool for Mac. You can download a free trial here.
To easily use our API with Paw, open this file which contains presets for all available endpoints.
Endpoints
We've got a special page with all the API endpoints and their documentation. You can find it here.