Twenty CRM GraphQL API
Twenty exposes two GraphQL endpoints for every workspace: the Core API at `/graphql` and the Metadata API at `/metadata`. The Core API is schema-per-tenant — the types and fields available at query time reflect the standard objects (Company, Person, Opportunity, Note, Task, WorkspaceMember, Workflow, Attachment, and more) plus any custom objects the workspace has defined. All schema extensions made through the Metadata API are immediately reflected in the Core API surface, making the GraphQL schema fully dynamic. Each object type generates a standard suite of query fields (findOne, findMany, findDuplicates, groupBy) and mutation fields (createOne, createMany, updateOne, updateMany, deleteOne, deleteMany, restoreOne, restoreMany, destroyOne, destroyMany, mergeMany).
Overview
Twenty CRM GraphQL API is a GraphQL API specification published by Twenty on the APIs.io network.
Twenty exposes two GraphQL endpoints for every workspace: the Core API at /graphql and the Metadata API at /metadata. The Core API is schema-per-tenant — the types and fields available at query time reflect the standard objects (Company, Person, Opportunity, Note, Task, WorkspaceMember, Workflow, Attachment, and more) plus any custom objects the workspace has defined. All schema extensions made through the Metadata API are immediately reflected in the Core API surface, making the GraphQL schema fully dynamic. Each object type generates a standard suite of query fields (findOne, findMany, findDuplicates, groupBy) and mutation fields (createOne, createMany, updateOne, updateMany, deleteOne, deleteMany, restoreOne, restoreMany, destroyOne, destroyMany, mergeMany).
The GraphQL endpoint is available at https://api.twenty.com/graphql. documentation is published at https://docs.twenty.com/developers/extend/api.
The specification includes 2 reference links.
Tagged areas include CRM, Open Source, REST, Webhooks, and Self-Hosted.
Endpoint
References
- Documentation https://docs.twenty.com/developers/extend/api
- GettingStarted https://docs.twenty.com/developers/introduction