Studio
cURL
curl --request GET \ --url https://studio-api.onlytraffic.com/api/external/v1/cpl/offers/{id}/volume \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "total_fans_30d": 123, "avg_per_day": 123, "avg_per_order_per_day": 123, "daily": { "total": [ { "date": "2023-12-25", "count": 123 } ], "per_order": [ { "date": "2023-12-25", "count": 123 } ] } } }
30-day volume aggregates for an offer.
Documentation IndexFetch the complete documentation index at: https://onlytraffic.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your API key from the Studio Dashboard
Numeric resource id.
x >= 1
Successful response
true
Public 30-day volume snapshot for a partner offer.
Show child attributes
Was this page helpful?