Update/upsert the follower count.
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/update" \ -H "Content-Type: application/json" \ -d '{ "followerCount": 0 }'{ "id": "test-user-id-1234567890", "followerCount": 1500, "source": "api", "platform": "twitch", "recordedAt": "2026-07-15T21:26:44.883Z", "createdAt": "2026-07-15T21:26:44.883Z"}{ "error": "string", "code": "string", "details": null}Current follower count
0 <= value <= 1000000000Source (e.g. twitch, youtube, manual)
^[a-z0-9][a-z0-9_-]{0,79}$length <= 80"api"Platform name. Defaults to source if not provided.
^[a-z0-9][a-z0-9_-]{0,79}$length <= 80