Inbox and fans
List creator conversation languages
List the conversation languages available for filtering the creator's fan inbox.
GET
/v1/agencies/{agencyId}/creators/{creatorId}/conversation-languagesList the conversation languages available for filtering the creator's fan inbox.
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/conversation-languages" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ { "value": "string", "label": "string" } ], "meta": { "requestId": "string" }}Delete creator message queue DELETE
Delete the specified queued platform message campaign. Requires both queue-management and mass-message permissions.
Get message export status GET
Check a message export you requested using its jobId. Returns job status, rowCount, truncated and downloadReady. Wait until downloadReady before requesting a download; queued and active jobs have no completed CSV.