Relations
Get my followers
Retrieve the list of users following the current user.
AuthorizationBearer <token>
Bearer token authentication for user sessions
In: header
Query Parameters
limit?integer
Default
100Range
value <= 1000offset?integer
Default
0Response Body
application/json
application/json
curl -X GET "https://nox.hactazia.fr/api/relations/@me/followers"{
"total": 0,
"limit": 0,
"offset": 0,
"followers": [
{
"user": "string",
"at": 0
}
]
}{
"error": {
"message": "You are not logged in.",
"code": 7,
"status": 401
},
"data": null
}