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 <= 256Filter by platform (e.g. twitch, youtube)
^[a-z0-9][a-z0-9-]{0,31}$Filter by a provider-native account ID (requires platform)
application/json
application/json
curl -X GET "https://example.com/follower/list"{ "followers": [ { "id": "00000000-0000-0000-0000-000000000000", "followerCount": 1000, "platform": "twitch", "accountId": null, "origin": "manual", "recordedAt": "2026-08-31T13:56:56.291Z", "createdAt": "2026-08-31T13:56:56.291Z" } ], "nextCursor": null}{ "error": "string", "code": "string", "details": null}