cURL
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>" } ] }
Get available Linear customer statuses and tiers for your workspace. Returns null if Linear is not connected. Authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes