Tasuku
ReferenceAPI referenceLinear

Verify and enqueue a Linear webhook delivery

POST/linear/webhooks

Header Parameters

Linear-Delivery*string
Linear-Event*string
Linear-Timestamp*string
Linear-Signature*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/linear/webhooks" \  -H "Linear-Delivery: string" \  -H "Linear-Event: string" \  -H "Linear-Timestamp: string" \  -H "Linear-Signature: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty