Skip to main content
GET
/
companies
/
linear-options
Get Linear customer options
curl --request GET \
  --url https://productlane.com/api/v1/companies/linear-options \
  --header 'Authorization: Bearer <token>'
{
  "statuses": [
    {
      "id": "<string>",
      "name": "<string>",
      "color": "<string>"
    }
  ],
  "tiers": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

statuses
object[] | null
required
tiers
object[] | null
required
I