Skip to content
Pile
Esc
navigateopen⌘Jpreview

List customer tiers

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