Hanzo AI
OpenapiProvider

Claim linear

Binds the caller's Linear organization to the org and seals the webhook secret.

POST /v1/provider/linear/claim

Addresshttps://api.hanzo.ai/v1/provider/linear/claim
MethodPOST
Operationpost_provider_linear_claim
AuthAuthorization: Bearer $HANZO_API_KEY

Binds the caller's Linear organization to the org and seals the webhook secret. The organization is READ from the caller's own key, never taken from the body: a person can only bind an organization they are a member of. An organization another org already holds is refused.

Request

1 field, body application/json (required).

FieldInTypeRequiredDescription
secretbodystringSecret is the signing secret configured on the webhook in Linear.

Response

StatusBodyMeaning
200provider.linearClaimOutok
defaultproblem-detailsrefused

200 body — 3 fields.

FieldInTypeAlwaysDescription
namebodystringName is the organization's URL key.
organizationbodystringOrganization is the Linear organization id now bound to this org.
pathbodystringPath is the address to configure in Linear, on this deployment's origin.

Failure carries the platform error shape — see Errors.

Examples

hanzo provider linear claim

Provider API · All Hanzo APIs · Interactive reference

How is this guide?

On this page