Skip to main content
GET
/
directory
/
vip
/
count
Get VIP user count and change
curl --request GET \
  --url https://api.wirespeed.co/directory/vip/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "change": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
count
number
required
change
number
required
I