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

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

team_id
string

Linear team id to scope owners against. Falls back to the workspace's default Linear team.

Response

Successful response

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