LinearB API Overview
LinearB's REST APIs provide a unified and standardized interface for interacting with the LinearB platform. This allows developers to easily integrate with our system and retrieve the necessary data to fulfill their specific needs. The communication between the API client and server is achieved through the exchange of data in JSON format, which is a lightweight and widely used data interchange format.
Before you start
You will need: LinearB API Token - In order to use LinearB REST API an API token must be pass as a parameter (key:”x-api-key”) in the request header For more information on how to generate an API token visit here
Rate Limits
Tracking the number of calls is measured against the account. Rate limits are divided into a one-hour rolling window, which means that for every minute that passes, you will be provided that time to run new requests, but the total you can run consecutively over an hour is 1,000.
Endpoints
- Deployments
- Measurements
- Health
- Teams
- Services
- Incidents (Beta)