Skip to main content
GET
/
vip_tiers
List VIP tiers
curl --request GET \
  --url https://api.smile.io/v1/vip_tiers \
  --header 'Authorization: Bearer <token>'
{
  "vip_tiers": [
    {
      "id": 426715799,
      "name": "Gold",
      "image_url": "https://platform.smile.io/v1/images/vip_tiers/vip-tier-3.svg",
      "milestone": 500,
      "perks": [
        {
          "name": "Early access to new product releases"
        }
      ],
      "entry_rewards": [
        {}
      ]
    }
  ]
}
This endpoint requires the scope.
Results are sorted by milestone in ascending order. This endpoint does not support pagination of any kind.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

include
enum<string>

A comma-separated list of nested objects to include in the response.

Available options:
perks,
entry_rewards

Response

200 - application/json
vip_tiers
object[]