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