Skip to content
Pile
Esc
navigateopen⌘Jpreview

List customer statuses

GET/workspaces/{organizationId}/customer-statuses
Path parameters
organizationIdstringrequired
Responses
200Customer statuses
statusesobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
namestringrequired
colorstring | nullrequired
positionnumberrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/customer-statuses"
Response
{
  "statuses": [
    {
      "id": "string",
      "organizationId": "string",
      "name": "string",
      "color": "string",
      "position": 0,
      "createdAt": "string"
    }
  ]
}