POST
/
api
/
v1
/
integrations
/
linear
/
save
{
  "success": true,
  "data": {},
  "error": "<string>"
}

Body

application/json

Request to save Linear integration with authorization code

code
string
required

OAuth authorization code from Linear

redirect_uri
string
required

OAuth redirect URI used during authorization

instance_name
string
required

User-defined name for this integration instance

timestamp
string
required

ISO timestamp when the integration was created

integration_type
string
default:linear

Type of integration

Response

Successful Response

Response after successfully saving Linear integration

success
boolean
required

Whether the operation was successful

data
object | null

Integration data if successful

error
string | null

Error message if operation failed