Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Quadrillion Cloud account Linear API
description: Public cloud API service for cloud-safe backend endpoints
version: 0.1.0
servers:
- url: https://api.quadrillion.io
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: linear
paths:
/api/linear/webhook:
post:
tags:
- linear
summary: Linear Webhook
description: 'Receive a Linear webhook and dispatch the configured triage path.
Returns ``{"status": "ok"}`` on every successfully verified event,
including ones that don''t match the bug-create filter — Linear should
not retry those. Signature/format failures return 4xx.'
operationId: linear_webhook_api_linear_webhook_post
responses:
'200':
description: Successful Response
content:
application/json:
schema:
additionalProperties:
type: string
type: object
title: Response Linear Webhook Api Linear Webhook Post