Tasuku
ReferenceAPI referenceLinear

Return the reproducible Linear OAuth app manifest

GET/organizations/{organization_id}/linear/manifest

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Response Body

application/json

application/json

curl -X GET "https://example.com/organizations/string/linear/manifest"
{  "data": {    "manifest": {},    "prefill_url": "http://example.com"  }}