Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get customer tier

GET/workspaces/{organizationId}/customer-tiers/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Tier
idstringrequired
organizationIdstringrequired
namestringrequired
colorstring | nullrequired
positionnumberrequired
createdAtstringrequired
404Tier not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/customer-tiers/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "name": "string",
  "color": "string",
  "position": 0,
  "createdAt": "string"
}