Scripts
Get script message statistics
Read performance statistics for one message template within a sales script.
GET
/v1/agencies/{agencyId}/scripts/{scriptId}/templates/{templateId}/statisticsRead performance statistics for one message template within a sales script.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthscriptId*string
templateId*string
Response 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/scripts/string/templates/string/statistics" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "sent": 0, "paid": 0, "conversionRate": 0, "revenue": 0 }, "meta": { "requestId": "string" }}