Add Follower
Add a follower count record via the API.
Authorization
API Key x-api-key<token>
API key used for authentication
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/follower/create" \ -H "Content-Type: application/json" \ -d '{ "followerCount": 9007199254740991 }'{
"id": "00000000-0000-0000-0000-000000000000",
"userId": "test-user-id",
"followerCount": 1000,
"source": "api",
"platform": "api",
"recordedAt": "2026-04-29T02:51:00.611Z",
"createdAt": "2026-04-29T02:51:00.611Z"
}{
"error": "string",
"code": "string",
"details": {}
}