Get all Guestusers
Accepts the format /ext/{siteid}/api/v1/guestuser/?page=1&per_page=10&search=
GET
/ext/{siteid}/api/v1/guestuser/
curl \
--request GET 'https://api.spotipo.com/ext/{siteid}/api/v1/guestuser/' \
--header "Authentication-Token: $API_KEY"
Response examples (200)
{
"metadata": {
"total": 42,
"page": 42,
"per_page": 42,
"pages": 42
},
"items": [
{
"unlimited_speed": true,
"id": 42,
"status": {},
"num_devices": 42,
"unlimited_data": true,
"name": {},
"duration_val": 42,
"duration_type": 42,
"speed_dl": 42,
"auths": [
{
"id": 42,
"type": "string",
"devicedata": {},
"mac": {},
"last_seen_at": {},
"online": {},
"time_used": "string",
"data_used": "string",
"hostname": {}
}
],
"bytes_t": 42,
"bytes_type": 42,
"email": "string",
"username": "string",
"notes": "string",
"speed_ul": 42
}
]
}