OnlyFans API
Endpoints

GET
/api/{account}/workflows/account-performance/starting-revenues
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

accountstring

The Account ID

launch_datestring

Must be a valid date.

Response Body

curl -X GET "https://app.onlyfansapi.com/api/string/workflows/account-performance/starting-revenues" \
  -H "Content-Type: application/json" \
  -d '{
    "launch_date": "2025-09-16T22:00:20"
  }'
{
  "error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}