v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBStatuses
List company ticket statuses
List the ticket statuses available for your company.
Required scope: statuses:read
get/company/statuses
Response
Array of ticket statuses
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/company/statuses"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/company/statuses/sts_5z"
},
"id": "sts_5z",
"name": "Open",
"category": "open",
"description": "New or currently being worked on",
"created_at": 1682538996.583,
"updated_at": 1699575875.186
}
]
}