curl --request GET \
--url https://app.onlyfansapi.com/api/{account}/fans/active \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 9,
"offset": 51,
"type": "expired",
"filter": []
}'
{
"error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}
Get a paginated list of fans for an Account. Newest fans are first.
curl --request GET \
--url https://app.onlyfansapi.com/api/{account}/fans/active \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 9,
"offset": 51,
"type": "expired",
"filter": []
}'
{
"error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
The Account ID
The response is of type object
.