List Followers
Get a paginated list of follower count records.
Authorization
API Key x-api-key<token>
API key used for authentication
In: header
Query Parameters
limit?integer
Max results to return (1-100, default 50)
Default
50Range
1 <= value <= 100cursor?string
Cursor for pagination (pass nextCursor from previous response)
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/follower/list"{
"followers": [
{
"id": "00000000-0000-0000-0000-000000000000",
"followerCount": 1000,
"source": "twitch",
"platform": "twitch",
"recordedAt": "2026-04-11T01:15:19.224Z",
"createdAt": "2026-04-11T01:15:19.224Z"
}
],
"nextCursor": null
}{
"error": "string",
"code": "string",
"details": {}
}