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/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.