Skip to main content

Add Follower

Add a follower count record via the API.

POST
/follower/create
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-03-14T11:35:08.458Z",
  "createdAt": "2026-03-14T11:35:08.458Z"
}
{
  "error": "string",
  "code": "string",
  "details": {}
}