Partners
cURL
curl --request POST \ --url 'https://partner.onlytraffic.com/api/marketer?do=subscribers' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "limit": 10, "offset": 0, "sort": "date_subscribe", "order": "asc" } '
{ "status": "success", "data": [ { "id": 123, "campaign_id": 123, "public_id": "<string>", "onlyfans_id": "<string>", "name": "<string>", "url": "<string>", "revenue": 123, "date_subscribe": 123 } ] }
Retrieve a list of subscribers.
Your API key from the Partner Dashboard
Number of results (10–1000)
10 <= x <= 1000
Pagination offset
Sort field
date_subscribe
revenue
Sort order
asc
desc
List of subscribers
success
Show child attributes
Was this page helpful?