List
GET
https://api.lootlocker.com/game/player/{player_public_id}/followers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/game/player/S5RFTLS6/followers?cursor=01HV95FQ0DGGJZ35RTY9XJNSBR&per_page=10' \
--header 'x-session-token;'
Response Response Example
200 - Success
{
"followers": [
{
"player_id": "01HV95G8NNQK5YM1A74Y9K3418",
"player_name": null,
"PublicUID": "CH5DE53Y",
"GameID": 23647,
"CreatedAt": "2024-04-12T12:46:35Z"
},
{
"player_id": "01HV95HTPXG27EGQZF2T1PEWPZ",
"player_name": null,
"PublicUID": "ERRN43N3",
"GameID": 23647,
"CreatedAt": "2024-04-12T12:47:46Z"
},
{
"player_id": "01HV95J7TSVJN4JK2A3XBKM6VV",
"player_name": null,
"PublicUID": "RPMY4CP2",
"GameID": 23647,
"CreatedAt": "2024-04-12T12:47:35Z"
}
],
"pagination": {
"previous_cursor": "01HV95FQ0DGGJZ35RTY9XJNSBR",
"next_cursor": "01HV95J7TSVJN4JK2A3XBKM6VV",
"total": 5
}
}
Request
Path Params
player_public_id
stringÂ
required
Example:
S5RFTLS6
Query Params
cursor
stringÂ
optional
Example:
01HV95FQ0DGGJZ35RTY9XJNSBR
per_page
stringÂ
optional
Example:
10
Header Params
x-session-token
stringÂ
required
Default:
{{session_token}}
Responses
Modified at 2025-04-17 08:50:05