Add a follower count record via the API.
API Key API key used for authentication
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/follower/create" \ -H "Content-Type: application/json" \ -d '{ "followerCount": 0 }'{ "id": "00000000-0000-0000-0000-000000000000", "userId": "test-user-id", "followerCount": 1000, "source": "api", "platform": "api", "recordedAt": "2026-07-15T21:26:44.881Z", "createdAt": "2026-07-15T21:26:44.881Z"}{ "error": "string", "code": "string", "details": null}Current follower count
0 <= value <= 1000000000Source of the follower count (e.g. 'twitch', 'youtube', 'manual')
^[a-z0-9][a-z0-9_-]{0,79}$length <= 80"api"Platform name (e.g. 'twitch', 'youtube'). Defaults to source if not provided.
^[a-z0-9][a-z0-9_-]{0,79}$length <= 80