Authorizations
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
Path Parameters
The Account ID
The ID of the mass messaging.
The ID of the message queue item. Can be retrieved from the above store and list endpoints.
Body
The message text content
"Hello!"
Array of user list IDs that the mass message will be sent to.
[
"fans",
"recent",
"following",
"rebill_off",
"tagged",
1234567890
]
Array of user IDs that the mass message will be sent to.
[1234567890]
Whether the text should be shown or hidden
true
Price for paid content (0 or between 3-200). In case this is not zero, mediaFiles is required
100
Array of media file upload prefixed_ids, or OF media IDs (required if price is not 0). Will be hidden if price
is provided.
["ofapi_media_abc123", 1234567890]
Array of media file upload prefixed_ids, or OF media IDs (required if price is not 0). Will be shown if price
is provided. All previews
values must also exist in the mediaFiles
array.
["ofapi_media_abc123", 1234567890]
Schedule the chat message in the future (UTC timezone).
"2025-01-01T00:00:00.000Z"