API ReferenceWrite Actions
Unfollow User
Unfollow a user as the authenticated account. Requires a logged-in session for the acting account. Billed at $0.0015 per call. Cost: $0.0015 per call.
Authorization
bearerAuth AuthorizationBearer <token>
Pass your API key as a bearer token on every request: Authorization: Bearer <API_KEY>.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/user/unfollow" \ -H "Content-Type: application/json" \ -d '{ "user_id": "44196397" }'{ "status": "success"}Follow User POSTNew
Follow a user as the authenticated account. Requires a logged-in session for the acting account. Billed at $0.0015 per call. Cost: $0.0015 per call.
Account: Me GET
Return the authenticated account's current state: remaining credit balance in USD, total calls made, and plan details. This call is free and does not consume credits. Cost: Free per call.