ReferenceAPI referenceLinear
Return the Linear installation without credentials
GET
/organizations/{organization_id}/lineartasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
curl -X GET "https://example.com/organizations/string/linear"{ "data": { "id": "string", "organization_id": "string", "client_id": "string", "workspace_id": "string", "workspace_name": "string", "app_user_id": "string", "granted_scopes": [ "string" ], "state": "INSTALLED", "installed_by": "string", "installed_at": "2019-08-24T14:15:22Z" }}