API Keys
Banking
Connect OnlyFans Account
Mass Messaging
Media Vault
Media Vault Lists
Notifications
Payouts
Post Comments
Post Labels
Posts
Public Profiles
Saved For Later (Messages)
Saved For Later (Posts)
Statistics | Reach
Statistics | Statements
Tracking Links
Transactions
Trial Links
Users
Following
List Expired Followings
Get a paginated list of expired followings for an Account. Newest followings are first.
GET
/
api
/
{account}
/
following
/
expired
List Expired Followings
Copy
curl --request GET \
--url https://app.onlyfansapi.com/api/{account}/following/expired \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 15,
"offset": 10,
"type": "expired",
"filter": []
}'
Copy
{
"error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}
Authorizations
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
Path Parameters
The Account ID
Body
application/json
Response
401 - application/json
The response is of type object
.
List Expired Followings
Copy
curl --request GET \
--url https://app.onlyfansapi.com/api/{account}/following/expired \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 15,
"offset": 10,
"type": "expired",
"filter": []
}'
Copy
{
"error": "Unauthorized. Go to https://app.onlyfansapi.com/api-keys to get your API key."
}
Assistant
Responses are generated using AI and may contain mistakes.