Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support tiers

GET/workspaces/{organizationId}/support/tiers
Path parameters
organizationIdstringrequired
Responses
200Tiers
tiersobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
namestringrequired
levelintegerrequired
createdAtstring<date-time>required
updatedAtstring<date-time>required
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/tiers"
Response
{
  "tiers": [
    {
      "id": "string",
      "organizationId": "string",
      "name": "string",
      "level": 0,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  ]
}