Tasuku
ReferenceAPI referenceLinear

Save Linear app credentials and begin app authorization

POST/organizations/{organization_id}/linear/setup

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/organizations/string/linear/setup" \  -H "Content-Type: application/json" \  -d '{    "client_id": "string",    "client_secret": "string",    "webhook_signing_secret": "string"  }'
{  "data": {    "authorization_url": "http://example.com",    "expires_at": "2019-08-24T14:15:22Z"  }}