Freshdesk GraphQL API
Freshdesk is a customer support and helpdesk platform developed by Freshworks. It provides a REST API (v2) as its primary programmatic interface. Freshdesk does not offer a native public GraphQL endpoint — all official API access is provided through the versioned REST API. The schema in `freshdesk-schema.graphql` is a conceptual data model derived from the Freshdesk REST API surface, provided for catalog enrichment, SDL tooling, code generation, and mock server use.
Overview
Freshdesk GraphQL API is a GraphQL API specification published by freshdesk on the APIs.io network.
Freshdesk is a customer support and helpdesk platform developed by Freshworks. It provides a REST API (v2) as its primary programmatic interface. Freshdesk does not offer a native public GraphQL endpoint — all official API access is provided through the versioned REST API. The schema in freshdesk-schema.graphql is a conceptual data model derived from the Freshdesk REST API surface, provided for catalog enrichment, SDL tooling, code generation, and mock server use.
The GraphQL endpoint is available at No. documentation is published at https://developers.freshdesk.com/api/.
The specification includes 3 reference links.
Endpoint
References
- Freshdesk REST API Docs https://developers.freshdesk.com/api/
- Freshworks GitHub https://github.com/freshworks
- Freshdesk Developer Portal https://developers.freshdesk.com/