Open HelpDesk API
integer · min: 1 · max: 100stringstring · required
string · maxLength: 200 · requiredstring[] · maxItems: 50booleanstringstring · uuidstringstring[]booleanstringstring · date-time
string · uuid · requiredstring · uuidstringstring[]booleanstringstring · date-time
string · uuid · requiredstringstring[]booleanstringstring · uuidstringstring[]booleanstringstring · date-time
Organizations
The companies they belong to.
List organizations
GET
https://{workspace}.open-helpdesk.com/api/v1
/organizations
query Parameters
limitRows per page.
Default: 25
cursorThe next_cursor of the previous page.
List organizations › Responses
List organizations
Organization[] · required
next_cursorPass back as cursor for the next page. Null on the last page.
Create an organization
POST
https://{workspace}.open-helpdesk.com/api/v1
/organizations
Create an organization › Request Body
nameemail_domainsshared_ticketsnotesobject
Create an organization › Responses
Success.
idnameemail_domainsDomains that attach an incoming contact to this company automatically.
shared_ticketsnotesobject
created_atRead an organization
GET
https://{workspace}.open-helpdesk.com/api/v1
/organizations/{id}
path Parameters
idThe organization id.
Example: 3f2a1c94-8e5b-4d17-9f60-2c7b1a0d5e83
Read an organization › Responses
Success.
idnameemail_domainsDomains that attach an incoming contact to this company automatically.
shared_ticketsnotesobject
created_atUpdate an organization
PATCH
https://{workspace}.open-helpdesk.com/api/v1
/organizations/{id}
path Parameters
idThe organization id.
Example: 3f2a1c94-8e5b-4d17-9f60-2c7b1a0d5e83
Update an organization › Request Body
nameemail_domainsshared_ticketsnotesobject
Update an organization › Responses
Success.
idnameemail_domainsDomains that attach an incoming contact to this company automatically.
shared_ticketsnotesobject
created_at