351 metered REST endpoints across OnlyFans and Fansly. Every endpoint is also an MCP tool your AI agent can call. Each request is under /v1/accounts/{id}/.
| GET |
/v1/accounts/{id}/earnings/statistics
|
Earning statistics over time. |
| GET |
/v1/accounts/{id}/chargebacks
|
List chargebacks. |
| GET |
/v1/accounts/{id}/payouts
|
List payout requests. |
| POST |
/v1/accounts/{id}/payouts/withdraw
|
Request a manual withdrawal. |
| GET |
/v1/accounts/{id}/payouts/{payoutId}
|
Get one payout request. |
| GET |
/v1/accounts/{id}/earnings/transactions
|
List earning transactions. |
| GET |
/v1/accounts/{id}/earnings/by-type
|
Earnings broken down by type. |
| GET |
/v1/accounts/{id}/banking
|
Get banking / payout method info. |
| GET |
/v1/accounts/{id}/banking/methods
|
List payout methods. |
| GET |
/v1/accounts/{id}/earnings/statements
|
List earnings statements. |
| GET |
/v1/accounts/{id}/referrals/statistics
|
Referral statistics. |
| GET |
/v1/accounts/{id}/referrals/users
|
List referred users. |
| GET |
/v1/accounts/{id}/referrals/transactions
|
List referral earnings. |
| GET |
/v1/accounts/{id}/tips
|
List received tips. |
| GET |
/v1/accounts/{id}/wallet
|
Get wallet balance. |
| GET |
/v1/accounts/{id}/wallet/transactions
|
List wallet transactions. |
| DELETE |
/v1/accounts/{id}/payouts/{payoutId}
|
Cancel a payout request. |
| GET |
/v1/accounts/{id}/chargebacks/{chargebackId}
|
Get one chargeback. |
| GET |
/v1/accounts/{id}/tax-info
|
Get tax information on file. |
| GET |
/v1/accounts/{id}/earnings/pending
|
Pending (unreleased) earnings. |
| GET |
/v1/accounts/{id}/earnings/available
|
Available (withdrawable) balance. |
| GET |
/v1/accounts/{id}/earnings/summary
|
Earnings summary totals. |
| GET |
/v1/accounts/{id}/earnings/payout-schedule
|
Get payout schedule. |
| PUT |
/v1/accounts/{id}/earnings/payout-schedule
|
Set payout schedule. |
| POST |
/v1/accounts/{id}/banking/methods
|
Add a payout method. |
| DELETE |
/v1/accounts/{id}/banking/methods/{methodId}
|
Delete a payout method. |
| POST |
/v1/accounts/{id}/chargebacks/{chargebackId}/respond
|
Respond to a chargeback. |
| GET |
/v1/accounts/{id}/tax-forms
|
List tax forms. |
| POST |
/v1/accounts/{id}/tax-forms/w9
|
Submit a W-9 form. |
| GET |
/v1/accounts/{id}/tax-forms/{formId}/download
|
Download a tax form. |
| GET |
/v1/accounts/{id}/referrals/link
|
Get the referral link. |
| GET |
/v1/accounts/{id}/referrals/payout
|
Referral payout balance. |
| GET |
/v1/accounts/{id}/exports
|
List data export jobs. |
| POST |
/v1/accounts/{id}/exports
|
Create a data export job. |
| GET |
/v1/accounts/{id}/exports/{exportId}
|
Get export job status. |
| POST |
/v1/accounts/{id}/exports/{exportId}/start
|
Start a prepared export job. |
| POST |
/v1/accounts/{id}/exports/{exportId}/retry
|
Retry a failed export job. |
| DELETE |
/v1/accounts/{id}/exports/{exportId}
|
Cancel an export job. |
| GET |
/v1/accounts/{id}/fans/all
|
List all fans (active + expired), filterable. |
| GET |
/v1/accounts/{id}/fans/active
|
List fans with an active subscription. |
| GET |
/v1/accounts/{id}/fans/expired
|
List fans whose subscription has expired. |
| GET |
/v1/accounts/{id}/fans/latest
|
List the most recent fans (by subscribe date). |
| GET |
/v1/accounts/{id}/following
|
List accounts this creator follows/subscribes to. |
| GET |
/v1/accounts/{id}/lists
|
List user list collections (fan lists). |
| GET |
/v1/accounts/{id}/lists/{listId}/users
|
List members of one fan list. |
| GET |
/v1/accounts/{id}/users/username/{username}
|
Look up a user by username. |
| GET |
/v1/accounts/{id}/users/blocked
|
List blocked users. |
| GET |
/v1/accounts/{id}/users/restricted
|
List restricted users. |
| GET |
/v1/accounts/{id}/users/{userId}
|
Look up a user by platform user id. |
| POST |
/v1/accounts/{id}/lists
|
Create a fan list. |
| POST |
/v1/accounts/{id}/lists/{listId}/users
|
Add a user to a fan list. |
| GET |
/v1/accounts/{id}/lists/{listId}
|
Get one fan list. |
| PUT |
/v1/accounts/{id}/lists/{listId}
|
Rename a fan list. |
| DELETE |
/v1/accounts/{id}/lists/{listId}
|
Delete a fan list. |
| DELETE |
/v1/accounts/{id}/lists/{listId}/users/{userId}
|
Remove a user from a fan list. |
| GET |
/v1/accounts/{id}/fans/{fanId}
|
Get one fan (subscriber) by id. |
| POST |
/v1/accounts/{id}/users/{userId}/block
|
Block a user. |
| DELETE |
/v1/accounts/{id}/users/{userId}/block
|
Unblock a user. |
| GET |
/v1/accounts/{id}/fans/{fanId}/notes
|
Get private notes on a fan. |
| POST |
/v1/accounts/{id}/fans/{fanId}/notes
|
Set private notes on a fan. |
| GET |
/v1/accounts/{id}/fans/{fanId}/spending
|
Get a fan's lifetime spending. |
| POST |
/v1/accounts/{id}/users/{userId}/restrict
|
Restrict a user. |
| DELETE |
/v1/accounts/{id}/users/{userId}/restrict
|
Remove a user restriction. |
| GET |
/v1/accounts/{id}/users/{userId}/posts
|
List a user's posts. |
| GET |
/v1/accounts/{id}/users/{userId}/media
|
List a user's media. |
| GET |
/v1/accounts/{id}/subscriptions/count
|
Subscription counts by state. |
| POST |
/v1/accounts/{id}/subscribe/{userId}
|
Subscribe to a user. |
| DELETE |
/v1/accounts/{id}/subscribe/{userId}
|
Cancel a subscription. |
| POST |
/v1/accounts/{id}/users/{userId}/report
|
Report a user. |
| POST |
/v1/accounts/{id}/users/{userId}/tip
|
Send a tip to a user. |
| GET |
/v1/accounts/{id}/fans/{fanId}/lists
|
Lists a fan belongs to. |
| GET |
/v1/accounts/{id}/fans/{fanId}/subscription
|
A fan's subscription detail. |
| GET |
/v1/accounts/{id}/lists/{listId}/count
|
Count members of a fan list. |
| GET |
/v1/accounts/{id}/users/{userId}/subscription
|
Get a user's subscription to the creator. |
| GET |
/v1/accounts/{id}/users/{userId}/lists
|
Lists a user belongs to. |
| GET |
/v1/accounts/{id}/following/active
|
List active subscriptions the creator holds. |
| GET |
/v1/accounts/{id}/following/expired
|
List expired subscriptions the creator held. |
| GET |
/v1/accounts/{id}/fan-labels
|
List fan labels. |
| POST |
/v1/accounts/{id}/fan-labels
|
Create a fan label. |
| DELETE |
/v1/accounts/{id}/fan-labels/{labelId}
|
Delete a fan label. |
| GET |
/v1/accounts/{id}/fans/{fanId}/labels
|
Get labels on a fan. |
| POST |
/v1/accounts/{id}/fans/{fanId}/labels
|
Add a label to a fan. |
| GET |
/v1/accounts/{id}/fans/{fanId}/activity
|
Recent activity for a fan. |
| GET |
/v1/accounts/{id}/fans/{fanId}/purchases
|
Purchases made by a fan. |
| GET |
/v1/accounts/{id}/fans/{fanId}/messages
|
Message history with a fan. |
| GET |
/v1/accounts/{id}/fans/{fanId}/online
|
Online status of a fan. |
| DELETE |
/v1/accounts/{id}/fans/{fanId}/labels/{labelId}
|
Remove a label from a fan. |
| POST |
/v1/accounts/{id}/gifts/subscription
|
Gift a subscription to a user. |
| POST |
/v1/accounts/{id}/gifts/trial
|
Gift a free trial to a user. |
| GET |
/v1/accounts/{id}/gifts
|
List gifts sent. |
| GET |
/v1/accounts/{id}/users/{userId}/highlights
|
List a user's highlights. |
| GET |
/v1/accounts/{id}/users/{userId}/streams
|
List a user's streams. |
| GET |
/v1/accounts/{id}/users/{userId}/about
|
Get a user's about/profile detail. |
| PUT |
/v1/accounts/{id}/lists
|
Reorder fan lists. |
| POST |
/v1/accounts/{id}/lists/{listId}/pin
|
Pin a fan list. |
| GET |
/v1/accounts/{id}/lists/{listId}/type
|
Get a fan list's type. |
| GET |
/v1/accounts/{id}/fans/{fanId}/tips
|
Tips received from a fan. |
| POST |
/v1/accounts/{id}/fans/{fanId}/gift
|
Gift something to a fan. |
| GET |
/v1/accounts/{id}/fans/{fanId}/subscription-history
|
A fan's subscription history. |
| GET |
/v1/accounts/{id}/streams
|
List live streams. |
| POST |
/v1/accounts/{id}/streams
|
Start a live stream. |
| GET |
/v1/accounts/{id}/streams/{streamId}
|
Get one live stream. |
| POST |
/v1/accounts/{id}/streams/{streamId}/stop
|
Stop a live stream. |
| GET |
/v1/accounts/{id}/streams/{streamId}/stats
|
Live-stream statistics. |
| GET |
/v1/accounts/{id}/streams/{streamId}/messages
|
Live-stream chat messages. |
| GET |
/v1/accounts/{id}/streams/{streamId}/viewers
|
List stream viewers. |
| GET |
/v1/accounts/{id}/streams/{streamId}/tips
|
List tips during a stream. |
| GET |
/v1/accounts/{id}/streams/{streamId}/goal
|
Get the active stream goal. |
| GET |
/v1/accounts/{id}/streams/{streamId}/replay
|
Get a stream replay. |
| GET |
/v1/accounts/{id}/streams/{streamId}/settings
|
Get stream settings. |
| GET |
/v1/accounts/{id}/media/vault
|
List media in the vault. |
| GET |
/v1/accounts/{id}/media/vault/lists
|
List vault media lists. |
| GET |
/v1/accounts/{id}/media/upload/{mediaId}/status
|
Get media upload status. |
| POST |
/v1/accounts/{id}/media/upload
|
Upload media to the CDN. |
| GET |
/v1/accounts/{id}/media/download
|
Download media from the CDN. |
| GET |
/v1/accounts/{id}/media/vault/{mediaId}
|
Get one vault media item. |
| POST |
/v1/accounts/{id}/media/vault/lists
|
Create a vault media list. |
| DELETE |
/v1/accounts/{id}/media/{mediaId}
|
Delete a media item. |
| GET |
/v1/accounts/{id}/media/vault/lists/{listId}
|
Get one vault media list. |
| POST |
/v1/accounts/{id}/media/vault/lists/{listId}/media
|
Add media to a vault list. |
| GET |
/v1/accounts/{id}/media/vault-categories
|
List vault categories. |
| POST |
/v1/accounts/{id}/media/vault-categories
|
Create a vault category. |
| POST |
/v1/accounts/{id}/media/vault/{mediaId}/move
|
Move a vault media item to a category. |
| GET |
/v1/accounts/{id}/media/{mediaId}
|
Get one media item. |
| DELETE |
/v1/accounts/{id}/media/vault/lists/{listId}
|
Delete a vault media list. |
| DELETE |
/v1/accounts/{id}/media/vault/lists/{listId}/media/{mediaId}
|
Remove media from a vault list. |
| POST |
/v1/accounts/{id}/media/upload/init
|
Initialise a chunked upload. |
| POST |
/v1/accounts/{id}/media/upload/{uploadId}/chunk
|
Upload one chunk. |
| POST |
/v1/accounts/{id}/media/upload/{uploadId}/finalize
|
Finalise a chunked upload. |
| GET |
/v1/accounts/{id}/media/{mediaId}/thumbnail
|
Get a media thumbnail. |
| GET |
/v1/accounts/{id}/media/vault-categories/{categoryId}
|
Get one vault category. |
| DELETE |
/v1/accounts/{id}/media/vault-categories/{categoryId}
|
Delete a vault category. |
| POST |
/v1/accounts/{id}/media/{mediaId}/tags
|
Tag a media item. |
| GET |
/v1/accounts/{id}/media/{mediaId}/views
|
View count for a media item. |
| GET |
/v1/accounts/{id}/media/{mediaId}/purchases
|
Purchases of a media item. |
| GET |
/v1/accounts/{id}/media/{mediaId}/download-url
|
Get a signed download URL. |
| POST |
/v1/accounts/{id}/media/{mediaId}/report
|
Report a media item. |
| POST |
/v1/accounts/{id}/media/{mediaId}/restore
|
Restore a deleted media item. |
| GET |
/v1/accounts/{id}/media/{mediaId}/formats
|
List available media formats. |
| POST |
/v1/accounts/{id}/media/vault/{mediaId}/favorite
|
Favorite a vault media item. |
| POST |
/v1/accounts/{id}/media/vault/{mediaId}/restore
|
Restore a vault media item. |
| GET |
/v1/accounts/{id}/messages/saved-for-later
|
List messages saved for later. |
| GET |
/v1/accounts/{id}/giphy
|
Search Giphy for message GIFs. |
| POST |
/v1/accounts/{id}/chats/{chatId}/read
|
Mark a chat as read. |
| GET |
/v1/accounts/{id}/giphy/trending
|
Trending Giphy GIFs. |
| POST |
/v1/accounts/{id}/messages/saved-for-later
|
Save a message for later. |
| DELETE |
/v1/accounts/{id}/messages/{messageId}
|
Unsend (delete) a message. |
| POST |
/v1/accounts/{id}/chats/{chatId}/pin
|
Pin a chat thread. |
| GET |
/v1/accounts/{id}/chats/{chatId}
|
Get one chat thread. |
| GET |
/v1/accounts/{id}/mass-messaging
|
List mass-message campaigns. |
| GET |
/v1/accounts/{id}/mass-messaging/{massMessageId}
|
Get one mass-message campaign. |
| DELETE |
/v1/accounts/{id}/mass-messaging/{massMessageId}
|
Cancel a scheduled mass-message. |
| GET |
/v1/accounts/{id}/messages/{messageId}
|
Get a single message. |
| DELETE |
/v1/accounts/{id}/chats/{chatId}/pin
|
Unpin a chat thread. |
| GET |
/v1/accounts/{id}/chats/{chatId}/media
|
List media shared in a chat. |
| POST |
/v1/accounts/{id}/chats/{chatId}/mute
|
Mute a chat thread. |
| DELETE |
/v1/accounts/{id}/chats/{chatId}/mute
|
Unmute a chat thread. |
| DELETE |
/v1/accounts/{id}/chats/{chatId}/messages
|
Clear (delete) a chat thread. |
| POST |
/v1/accounts/{id}/messages/{messageId}/read
|
Mark a message as read. |
| POST |
/v1/accounts/{id}/messages/{messageId}/forward
|
Forward a message. |
| POST |
/v1/accounts/{id}/chats/{chatId}/typing
|
Send a typing indicator. |
| GET |
/v1/accounts/{id}/chats/{chatId}/messages/{messageId}
|
Get one message within a chat. |
| GET |
/v1/accounts/{id}/messages/{messageId}/media
|
List media attached to a message. |
| GET |
/v1/accounts/{id}/giphy/{gifId}
|
Get one Giphy GIF by id. |
| GET |
/v1/accounts/{id}/saved-replies
|
List saved (canned) replies. |
| POST |
/v1/accounts/{id}/saved-replies
|
Create a saved reply. |
| DELETE |
/v1/accounts/{id}/saved-replies/{replyId}
|
Delete a saved reply. |
| GET |
/v1/accounts/{id}/auto-messages
|
List automated messages. |
| POST |
/v1/accounts/{id}/auto-messages
|
Create an automated message. |
| DELETE |
/v1/accounts/{id}/auto-messages/{autoId}
|
Delete an automated message. |
| POST |
/v1/accounts/{id}/chats/{chatId}/archive
|
Archive a chat thread. |
| DELETE |
/v1/accounts/{id}/chats/{chatId}/archive
|
Unarchive a chat thread. |
| POST |
/v1/accounts/{id}/chats/{chatId}/priority
|
Set chat priority. |
| GET |
/v1/accounts/{id}/messages/{messageId}/unlocks
|
List PPV unlocks of a message. |
| POST |
/v1/accounts/{id}/messages/{messageId}/react
|
React to a message. |
| POST |
/v1/accounts/{id}/chats/{chatId}/unread
|
Mark a chat unread. |
| POST |
/v1/accounts/{id}/messages/{messageId}/pin
|
Pin a message. |
| POST |
/v1/accounts/{id}/messages/{messageId}/copy
|
Copy a message. |
| POST |
/v1/accounts/{id}/messages/{messageId}/translate
|
Translate a message. |
| GET |
/v1/accounts/{id}/chats/{chatId}/search
|
Search within a chat. |
| GET |
/v1/accounts/{id}/chats/{chatId}/notes
|
Get notes on a chat. |
| POST |
/v1/accounts/{id}/chats/{chatId}/notes
|
Set notes on a chat. |
| GET |
/v1/accounts/{id}/notifications/count
|
Get notification counts. |
| GET |
/v1/accounts/{id}/notifications
|
List notifications. |
| POST |
/v1/accounts/{id}/notifications/read-all
|
Mark all notifications read. |
| POST |
/v1/accounts/{id}/notifications/{notificationId}/read
|
Mark one notification read. |
| GET |
/v1/accounts/{id}/notifications/search
|
Search notifications. |
| GET |
/v1/accounts/{id}/notifications/{notificationId}
|
Get one notification. |
| DELETE |
/v1/accounts/{id}/notifications/{notificationId}
|
Delete a notification. |
| GET |
/v1/accounts/{id}/mentions
|
List mentions of the creator. |
| POST |
/v1/accounts/{id}/notifications/unread-all
|
Mark all notifications unread. |
| GET |
/v1/accounts/{id}/posts
|
List feed posts. |
| GET |
/v1/accounts/{id}/posts/labels
|
List post labels. |
| GET |
/v1/accounts/{id}/posts/{postId}
|
Get one post by id. |
| DELETE |
/v1/accounts/{id}/posts/{postId}
|
Delete a post. |
| GET |
/v1/accounts/{id}/posts/{postId}/comments
|
List comments on a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/comments
|
Comment on a post. |
| POST |
/v1/accounts/{id}/posts/labels
|
Create a post label. |
| PUT |
/v1/accounts/{id}/posts/{postId}
|
Edit a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/like
|
Like/unlike a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/archive
|
Archive a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/pin
|
Pin a post to the profile. |
| DELETE |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}
|
Delete a comment. |
| POST |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}/like
|
Like a comment. |
| GET |
/v1/accounts/{id}/posts/labels/{labelId}
|
Get one post label. |
| PUT |
/v1/accounts/{id}/posts/labels/{labelId}
|
Rename a post label. |
| DELETE |
/v1/accounts/{id}/posts/labels/{labelId}
|
Delete a post label. |
| GET |
/v1/accounts/{id}/posts/labels/{labelId}/posts
|
List posts under a label. |
| GET |
/v1/accounts/{id}/posts/{postId}/statistics
|
Statistics for one post. |
| GET |
/v1/accounts/{id}/posts/{postId}/media
|
List media on a post. |
| DELETE |
/v1/accounts/{id}/posts/{postId}/pin
|
Unpin a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}/reply
|
Reply to a comment. |
| POST |
/v1/accounts/{id}/posts/{postId}/restore
|
Restore an archived post. |
| POST |
/v1/accounts/{id}/posts/{postId}/vote
|
Vote on a post poll. |
| GET |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}
|
Get one comment. |
| POST |
/v1/accounts/{id}/polls
|
Create a poll. |
| GET |
/v1/accounts/{id}/polls/{pollId}/results
|
Get poll results. |
| POST |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}/pin
|
Pin a comment. |
| GET |
/v1/accounts/{id}/posts/{postId}/likes
|
List fans who liked a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/report
|
Report a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/duplicate
|
Duplicate a post. |
| GET |
/v1/accounts/{id}/tags/search
|
Search hashtags. |
| GET |
/v1/accounts/{id}/tags/trending
|
Trending hashtags. |
| GET |
/v1/accounts/{id}/posts/{postId}/link
|
Get the shareable link for a post. |
| GET |
/v1/accounts/{id}/posts/{postId}/insights
|
Detailed insights for a post. |
| PUT |
/v1/accounts/{id}/posts/{postId}/schedule
|
Reschedule a post. |
| POST |
/v1/accounts/{id}/posts/{postId}/pin-profile
|
Pin a post to the profile. |
| POST |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}/report
|
Report a comment. |
| POST |
/v1/accounts/{id}/posts/{postId}/comments/{commentId}/hide
|
Hide a comment. |
| GET |
/v1/accounts/{id}/promotions
|
List promotional campaigns. |
| GET |
/v1/accounts/{id}/subscription-bundles
|
List subscription bundles. |
| POST |
/v1/accounts/{id}/promotions
|
Create a promotion. |
| POST |
/v1/accounts/{id}/subscription-bundles
|
Create a subscription bundle. |
| GET |
/v1/accounts/{id}/promotions/{promotionId}
|
Get one promotion. |
| DELETE |
/v1/accounts/{id}/promotions/{promotionId}
|
Delete a promotion. |
| GET |
/v1/accounts/{id}/subscription-bundles/{bundleId}
|
Get one subscription bundle. |
| DELETE |
/v1/accounts/{id}/subscription-bundles/{bundleId}
|
Delete a subscription bundle. |
| PUT |
/v1/accounts/{id}/promotions/{promotionId}
|
Update a promotion. |
| PUT |
/v1/accounts/{id}/subscription-bundles/{bundleId}
|
Update a subscription bundle. |
| GET |
/v1/accounts/{id}/promotions/{promotionId}/subscribers
|
Subscribers from a promotion. |
| POST |
/v1/accounts/{id}/promotions/{promotionId}/claim
|
Claim/apply a promotion. |
| GET |
/v1/accounts/{id}/subscription-bundles/{bundleId}/subscribers
|
Subscribers on a bundle. |
| GET |
/v1/accounts/{id}/queue/count
|
Count scheduled/queued items. |
| GET |
/v1/accounts/{id}/queue
|
List scheduled/queued items. |
| PUT |
/v1/accounts/{id}/queue/{itemId}/publish
|
Publish a queued item now. |
| DELETE |
/v1/accounts/{id}/queue/{itemId}
|
Delete a queued item. |
| PUT |
/v1/accounts/{id}/queue/{itemId}
|
Reschedule a queued item. |
| GET |
/v1/accounts/{id}/scheduled/posts
|
List scheduled posts. |
| GET |
/v1/accounts/{id}/scheduled/messages
|
List scheduled messages. |
| DELETE |
/v1/accounts/{id}/scheduled/{scheduledId}
|
Cancel a scheduled item. |
| GET |
/v1/accounts/{id}/release-forms
|
List 2257 release forms. |
| POST |
/v1/accounts/{id}/release-forms
|
Create a 2257 release form. |
| GET |
/v1/accounts/{id}/release-forms/{formId}
|
Get one release form. |
| DELETE |
/v1/accounts/{id}/release-forms/{formId}
|
Delete a release form. |
| GET |
/v1/accounts/{id}/settings
|
Get account settings. |
| POST |
/v1/accounts/{id}/settings/profile
|
Update profile. |
| GET |
/v1/accounts/{id}/settings/welcome-message
|
Get welcome message. |
| POST |
/v1/accounts/{id}/settings/welcome-message
|
Update welcome message. |
| POST |
/v1/accounts/{id}/settings/username-check
|
Check username availability. |
| PATCH |
/v1/accounts/{id}/settings/subscription-price
|
Update subscription price. |
| GET |
/v1/accounts/{id}/settings/blocked-countries
|
Get blocked countries. |
| PUT |
/v1/accounts/{id}/settings/blocked-countries
|
Update blocked countries. |
| GET |
/v1/accounts/{id}/settings/social-buttons
|
List social media buttons. |
| POST |
/v1/accounts/{id}/settings/social-buttons
|
Add a social media button. |
| GET |
/v1/accounts/{id}/settings/drm
|
Get DRM status. |
| PATCH |
/v1/accounts/{id}/settings/drm
|
Enable/disable DRM. |
| GET |
/v1/accounts/{id}/settings/notifications
|
Get notification preferences. |
| POST |
/v1/accounts/{id}/settings/avatar
|
Update profile avatar. |
| POST |
/v1/accounts/{id}/settings/header
|
Update profile header. |
| GET |
/v1/accounts/{id}/settings/tips
|
Get tip settings. |
| DELETE |
/v1/accounts/{id}/settings/social-buttons/{buttonId}
|
Delete a social media button. |
| GET |
/v1/accounts/{id}/tip-menu
|
List tip-menu items. |
| POST |
/v1/accounts/{id}/tip-menu
|
Create a tip-menu item. |
| DELETE |
/v1/accounts/{id}/tip-menu/{itemId}
|
Delete a tip-menu item. |
| PATCH |
/v1/accounts/{id}/settings
|
Update general account settings. |
| DELETE |
/v1/accounts/{id}/settings/welcome-message
|
Delete the welcome message. |
| PUT |
/v1/accounts/{id}/settings/social-buttons
|
Reorder social media buttons. |
| PATCH |
/v1/accounts/{id}/settings/tips
|
Update tip settings. |
| GET |
/v1/accounts/{id}/settings/username
|
Get the current username. |
| GET |
/v1/accounts/{id}/settings/email
|
Get the account email. |
| GET |
/v1/accounts/{id}/settings/subscription-price
|
Get the subscription price. |
| GET |
/v1/accounts/{id}/settings/watermark
|
Get watermark settings. |
| PATCH |
/v1/accounts/{id}/settings/watermark
|
Update watermark settings. |
| GET |
/v1/accounts/{id}/sessions
|
List active login sessions. |
| DELETE |
/v1/accounts/{id}/sessions/{sessionId}
|
Revoke a login session. |
| GET |
/v1/accounts/{id}/restricted-words
|
Get restricted-word filter. |
| PUT |
/v1/accounts/{id}/restricted-words
|
Update restricted-word filter. |
| GET |
/v1/accounts/{id}/account/status
|
Connection status of the account. |
| POST |
/v1/accounts/{id}/account/refresh
|
Refresh the account session. |
| GET |
/v1/accounts/{id}/account/health
|
Account health / limits. |
| GET |
/v1/accounts/{id}/account/proxy
|
Assigned proxy / region. |
| PATCH |
/v1/accounts/{id}/settings/display-name
|
Update display name. |
| PATCH |
/v1/accounts/{id}/settings/bio
|
Update bio. |
| PATCH |
/v1/accounts/{id}/settings/location
|
Update location. |
| GET |
/v1/accounts/{id}/settings/wishlist
|
Get wishlist link. |
| PUT |
/v1/accounts/{id}/settings/wishlist
|
Update wishlist link. |
| GET |
/v1/accounts/{id}/settings/verification
|
Get verification status. |
| GET |
/v1/accounts/{id}/settings/language
|
Get interface language. |
| GET |
/v1/accounts/{id}/settings/timezone
|
Get timezone. |
| GET |
/v1/accounts/{id}/settings/currency
|
Get payout currency. |
| GET |
/v1/accounts/{id}/settings/two-factor
|
Get 2FA status. |
| GET |
/v1/accounts/{id}/settings/privacy
|
Get privacy settings. |
| PATCH |
/v1/accounts/{id}/settings/message-price
|
Set default message price. |
| PATCH |
/v1/accounts/{id}/settings/auto-renew
|
Toggle auto-renew prompt. |
| GET |
/v1/accounts/{id}/settings/promo-settings
|
Get promotion settings. |
| GET |
/v1/accounts/{id}/statistics/reach
|
Reach statistics. |
| GET |
/v1/accounts/{id}/statistics/subscribers
|
Subscriber statistics. |
| GET |
/v1/accounts/{id}/statistics/earnings
|
Earnings statistics over time. |
| GET |
/v1/accounts/{id}/statistics/engagement
|
Engagement statistics. |
| GET |
/v1/accounts/{id}/statistics/messages
|
Message statistics. |
| GET |
/v1/accounts/{id}/statistics/posts
|
Post statistics. |
| GET |
/v1/accounts/{id}/statistics/top-spenders
|
Top-spending fans. |
| GET |
/v1/accounts/{id}/statistics/rebill
|
Rebill (auto-renew) statistics. |
| GET |
/v1/accounts/{id}/statistics/visitors
|
Profile visitor statistics. |
| GET |
/v1/accounts/{id}/statistics/fans
|
Fan growth statistics. |
| GET |
/v1/accounts/{id}/statistics/profile
|
Profile performance statistics. |
| GET |
/v1/accounts/{id}/statistics/streams
|
Live-stream statistics. |
| GET |
/v1/accounts/{id}/statistics/promotions
|
Promotion performance statistics. |
| GET |
/v1/accounts/{id}/statistics/best-time
|
Best time to post. |
| GET |
/v1/accounts/{id}/goals
|
List fundraising goals. |
| POST |
/v1/accounts/{id}/goals
|
Create a fundraising goal. |
| DELETE |
/v1/accounts/{id}/goals/{goalId}
|
Delete a fundraising goal. |
| GET |
/v1/accounts/{id}/statistics/top-posts
|
Top-performing posts. |
| GET |
/v1/accounts/{id}/statistics/top-messages
|
Top-performing messages. |
| GET |
/v1/accounts/{id}/statistics/chart
|
Time-series earnings chart data. |
| GET |
/v1/accounts/{id}/statistics/heatmap
|
Activity heatmap. |
| GET |
/v1/accounts/{id}/statistics/conversion
|
Conversion funnel stats. |
| GET |
/v1/accounts/{id}/stories
|
List active stories. |
| GET |
/v1/accounts/{id}/stories/highlights
|
List story highlights. |
| GET |
/v1/accounts/{id}/stories/highlights/{highlightId}
|
Get one story highlight. |
| POST |
/v1/accounts/{id}/stories
|
Create a story. |
| DELETE |
/v1/accounts/{id}/stories/{storyId}
|
Delete a story. |
| POST |
/v1/accounts/{id}/stories/highlights
|
Create a story highlight. |
| DELETE |
/v1/accounts/{id}/stories/highlights/{highlightId}
|
Delete a story highlight. |
| GET |
/v1/accounts/{id}/stories/{storyId}/viewers
|
List viewers of a story. |
| POST |
/v1/accounts/{id}/stories/highlights/{highlightId}/stories
|
Add a story to a highlight. |
| GET |
/v1/accounts/{id}/stories/{storyId}
|
Get one story. |
| PUT |
/v1/accounts/{id}/stories/highlights
|
Reorder story highlights. |
| POST |
/v1/accounts/{id}/stories/highlights/{highlightId}/cover
|
Set a highlight cover. |
| GET |
/v1/accounts/{id}/stories/highlights/{highlightId}/stories
|
List stories in a highlight. |
| GET |
/v1/accounts/{id}/trial-links
|
List free-trial links. |
| POST |
/v1/accounts/{id}/trial-links
|
Create a free-trial link. |
| GET |
/v1/accounts/{id}/tracking-links
|
List tracking links. |
| POST |
/v1/accounts/{id}/tracking-links
|
Create a tracking link. |
| GET |
/v1/accounts/{id}/tracking-links/{linkId}/stats
|
Stats for a tracking link. |
| DELETE |
/v1/accounts/{id}/trial-links/{linkId}
|
Delete a free-trial link. |
| DELETE |
/v1/accounts/{id}/tracking-links/{linkId}
|
Delete a tracking link. |
| GET |
/v1/accounts/{id}/trial-links/{linkId}
|
Get one free-trial link. |
| GET |
/v1/accounts/{id}/tracking-links/{linkId}
|
Get one tracking link. |
| GET |
/v1/accounts/{id}/trial-links/{linkId}/subscribers
|
Subscribers from a trial link. |
| GET |
/v1/accounts/{id}/tracking-links/{linkId}/subscribers
|
Subscribers from a tracking link. |
Create a key, connect an account, and call any of these 351 endpoints in minutes.