Tasuku
ReferenceAPI referenceLinear

Link the current Tasuku account to a Linear identity

POST/organizations/{organization_id}/linear/identity-link

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response Body

application/json

application/json

curl -X POST "https://example.com/organizations/string/linear/identity-link"
{  "data": {    "authorization_url": "http://example.com",    "expires_at": "2019-08-24T14:15:22Z"  }}