Ellipsis APIReferencePlatform
List Linear Teams
List the teams of the connected Linear workspace.
List the teams of the connected Linear workspace.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
user-agent?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/linear/teams"{ "organization_id": "string", "teams": [ { "id": "string", "is_enabled": true, "key": "string", "name": "string" } ]}