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 Webhook API (AsyncAPI) freshdesk Agents API (OpenAPI) freshdesk Business Hours API (OpenAPI) freshdesk Companies API (OpenAPI) freshdesk Contacts API (OpenAPI) freshdesk Conversations API (OpenAPI) freshdesk Email Configs API (OpenAPI) freshdesk Groups API (OpenAPI) freshdesk Products API (OpenAPI) freshdesk Roles API (OpenAPI) freshdesk Satisfaction Ratings API (OpenAPI) freshdesk Search API (OpenAPI) freshdesk SLA Policies API (OpenAPI) freshdesk Solutions API (OpenAPI) freshdesk Tickets API (OpenAPI) freshdesk Time Entries API (OpenAPI)
Back to freshdesk · All GraphQL Specs · GitHub