get https://api.nodecraft.studio/v1/allows
Get all active allows invites or accepted allows for this player.
Responses
Get all active allows invites or accepted allows for this player.
xxxxxxxxxx
GET /v1/allows HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
34}
{
"code": "allows.list",
"message": "Successfully retrieved servers you are allowed to play on.",
"success": true,
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"date_expires": "2024-01-01T00:00:00.000Z",
"date_created": "2024-01-01T00:00:00.000Z",
"status": "pending",
"server": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "private",
"title": "My Server",
"summary": "This is a short summary of the community",
"image_tile": "https://nodecraft.com/image.png"
},
"sender": {
"id": "00000000-0000-0000-0000-000000000000",
"username": "Slayer1337",
"ident": "76561198047699606",
"ident_type": "steam",
"image_avatar": "https://nodecraft.com/images/avatar.png"
}
}
],
"pagination": {
"count": 100,
"page": 1,