Get a paginated list of follower count records.
API Key API key used for authentication
In: header
Max results to return (1-100, default 50)
1 <= value <= 10050Cursor for pagination (pass nextCursor from previous response)
length <= 256application/json
application/json
curl -X GET "https://example.com/follower/list"{ "followers": [ { "id": "00000000-0000-0000-0000-000000000000", "followerCount": 1000, "source": "twitch", "platform": "twitch", "recordedAt": "2026-07-15T21:26:44.881Z", "createdAt": "2026-07-15T21:26:44.881Z" } ], "nextCursor": null}{ "error": "string", "code": "string", "details": null}