# linear GraphQL API Linear's public GraphQL API provides full access to create, read, update, and query issues, projects, cycles, roadmaps, and teams. It is the same API Linear uses internally for its own applications, supporting pagination, filtering, attachments, and file uploads. ## Linear GraphQL API **Endpoint:** https://api.linear.app/graphql **Documentation:** https://linear.app/developers/graphql **References:** - Documentation: https://linear.app/developers/graphql - Reference: https://studio.apollographql.com/public/Linear-API/schema/reference?variant=current - Authentication: https://linear.app/developers/oauth-2-0-authentication ## Linear Webhooks API Linear webhooks deliver HTTP push notifications whenever data is created, updated, or removed. Webhooks are organization-scoped and can be configured for all public teams or a single team, enabling integrations that trigger CI builds, update external systems, or send messages based on issue activity. **Endpoint:** https://api.linear.app/graphql **Documentation:** https://linear.app/developers/webhooks **References:** - Documentation: https://linear.app/developers/webhooks - GettingStarted: https://linear.app/developers/sdk-webhooks