Scripts
Get creator usable script count
Count sales scripts currently usable by the creator according to script eligibility rules.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/scripts/usable-countCount sales scripts currently usable by the creator according to script eligibility rules.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcreatorId*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/creators/string/scripts/usable-count" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": 0, "meta": { "requestId": "string" }}