Get creator sales script statistics
Read aggregate sales-script performance for a creator over the optional date range. Script statistics require an eligible subscription.
/v1/agencies/{agencyId}/creators/{creatorId}/script-statisticsRead aggregate sales-script performance for a creator over the optional date range. Script statistics require an eligible subscription.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthQuery Parameters
ISO 8601 timestamp including a timezone offset.
date-timeISO 8601 timestamp including a timezone offset.
date-timeResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/creators/string/script-statistics" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "totalPaid": 0, "totalRevenue": 0, "unlockRate": 0, "totalSent": 0, "bestPerformingScript": null, "topScripts": [ { "id": "string", "name": "string", "totalSent": 0, "totalPaid": 0, "unlockRate": 0, "revenue": 0 } ], "scripts": [ { "id": "string", "name": "string", "totalSent": 0, "totalPaid": 0, "unlockRate": 0, "revenue": 0 } ], "dailySeries": [ { "date": "string", "revenue": 0, "sent": 0, "paid": 0 } ] }, "meta": { "requestId": "string" }}Get agency creator statistics GET
Read a performance overview for selected accessible creators over a date range. Choose net or gross earnings; reporting uses the current employee's timezone.
Get team performance statistics GET
Read employee performance across the supplied period, creator filters and reporting options. Results respect the account's analytics visibility.