freshdesk · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQL

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

No

References

Related API Specs

Freshdesk REST API (OpenAPI) Freshdesk Webhook API (AsyncAPI)
Back to freshdesk · All GraphQL Specs · GitHub