GET
/
v1
/
tiers
curl --request GET \
  --url https://api.onsi.com/v1/tiers \
  --header 'x-api-key: <api-key>'
[
  {
    "name": "Gold"
  }
]

Returns all tiers available for your programme, these are pre-setup for you, please speak to your Onsi contact.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

200

The response is of type Tier · object[].