Programmatic access to your organization’s helpdesk data: tickets, requesters, conversations, and help center content. The public API is the supported integration surface for external systems (CRMs, internal tools, automation, custom portals). To easily bring your data to initdesk ticket panel and AI agent, see BYOD plugin.Documentation Index
Fetch the complete documentation index at: https://developers.initdesk.com/llms.txt
Use this file to discover all available pages before exploring further.
How to connect
All API traffic goes through the initdesk API gateway.| Item | Detail |
|---|---|
| Base URL | https://api.initdesk.com |
| OpenAPI schema | https://api.initdesk.com/api/public-api-schema.yaml |
Organization scope
All APIs paths are scoped under an organization:organization_id is the numeric organization primary key (not the organization’s public_id string). You can find your ID on Settings > General tab.
Pagination and lists
List endpoints use page-number pagination with a default page size of 20. Responses includecount, next, previous, and results.