Messaging
Messaging
OnlyFans chats & messages (via proxy). **OnlyFans only** — Fansly accounts are rejected on this surface.
OnlyFans chats & messages (via proxy). OnlyFans only — Fansly accounts are rejected on this surface.
| Method | Endpoint | Path |
|---|---|---|
GET | List recent chats | /api2/v2/chats |
POST | Mark chat as read | /api2/v2/chats/{user_id}/mark-as-read |
GET | Get chat messages | /api2/v2/chats/{user_id}/messages |
POST | Send a message | /api2/v2/chats/{user_id}/messages |
GET | Get single chat message | /api2/v2/chats/{user_id}/messages/{message_id} |
GET | Search messages in chat | /api2/v2/chats/{user_id}/messages/search |
POST | Mark chats as read | /api2/v2/chats/mark-as-read |
PUT | Hide a message | /api2/v2/messages/{message_id}/hide |
POST | Like / react to a message | /api2/v2/messages/{message_id}/like |
GET | Get queued mass messages | /api2/v2/messages/queue |
POST | Create a mass message | /api2/v2/messages/queue |
PUT | Update queued message | /api2/v2/messages/queue/{queue_id} |
DELETE | Delete queued message | /api2/v2/messages/queue/{queue_id} |
POST | Calculate mass message audience size | /api2/v2/messages/queue/size |
GET | Get message templates | /api2/v2/messages/templates |
DELETE | Delete message template | /api2/v2/messages/templates/{template_id} |
POST | Set reply-on-subscribe template | /api2/v2/messages/templates/reply_on_subscribe |
Unsubscribe from a user DELETE
OnlyFans only. Requests made with a user-id belonging to a Fansly account are rejected — use the platform-neutral CRM data routes (/notifications, /balances,…
Mark chats as read POST
Marks one or more chats as read for the current user. OnlyFans only — Fansly accounts are rejected on /api2/v2/.