Inbox and fans
Get creator handoff count
Read the count of creator conversations handed off for human attention.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/conversations/handoff-countRead the count of creator conversations handed off for human attention.
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/conversations/handoff-count" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "count": 0 }, "meta": { "requestId": "string" }}