List scheduled fan messages
List queued messages for one creator-fan conversation. Use the returned scheduled-message identifier to cancel a pending send.
/v1/agencies/{agencyId}/creators/{creatorId}/fans/{fanId}/scheduled-messagesList queued messages for one creator-fan conversation. Use the returned scheduled-message identifier to cancel a pending send.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthResponse 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/fans/string/scheduled-messages" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": [ { "jobId": null, "message": "string", "mediaIds": [ "string" ], "mediaPreview": null, "price": null, "replyId": null, "scheduledAt": null, "createdAt": null } ], "meta": { "requestId": "string" }}Get fan profiles GET
Look up fan profiles by IDs for one creator. Concise mode returns identity, subscription and spending details, notes, AI state and actual list memberships; full mode retains every sanitized platform field.
Schedule fan message POST
Schedule an individual fan message 1–60 minutes from now using delayMinutes, with supported media and paid content. A queued result does not confirm delivery. Direct conversational replies are unavailable through MCP.