# Available webhook events
URL: /webhooks/available-events
A list of all available webhook events that you can subscribe to.
***
title: "Available webhook events"
description: "A list of all available webhook events that you can subscribe to."
icon: Webhook
-------------
Text
", "giphyId": null, "lockedText": false, "isFree": true, "price": 0, "isMediaReady": true, "mediaCount": 0, "media": [], "previews": [], "isTip": false, "isReportedByMe": false, "isCouplePeopleMedia": false, "queueId": 123, "isMarkdownDisabled": true, "fromUser": { "view": "s", "avatar": "https://example.com", "avatarThumbs": { "c50": "https://example.com", "c144": "https://example.com" }, "header": null, "headerSize": null, "headerThumbs": null, "id": 123, "name": "Name", "username": "username", "canLookStory": true, "canCommentStory": true, "hasNotViewedStory": false, "isVerified": false, "canPayInternal": true, "hasScheduledStream": false, "hasStream": false, "hasStories": false, "tipsEnabled": false, "tipsTextEnabled": true, "tipsMin": 5, "tipsMinInternal": 1, "tipsMax": 200, "canEarn": false, "canAddSubscriber": false, "subscribePrice": 0, "displayName": "", "notice": "", "isRestricted": false, "canRestrict": true, "subscribedBy": true, "subscribedByExpire": false, "subscribedByExpireDate": "2034-12-22T00:38:29+00:00", "subscribedByAutoprolong": true, "subscribedIsExpiredNow": false, "currentSubscribePrice": 0, "subscribedOn": true, "subscribedOnExpiredNow": false, "subscribedOnDuration": "4 months", "listsStates": [ { "id": "fans", "type": "fans", "name": "Fans", "hasUser": true, "canAddUser": false, "cannotAddUserReason": "ALREADY_EXISTS" }, { "id": "following", "type": "following", "name": "Following", "hasUser": true, "canAddUser": false, "cannotAddUserReason": "ALREADY_EXISTS" }, { "id": "recent", "type": "recent", "name": "Recent (last 24 hours)", "hasUser": false, "canAddUser": false, "cannotAddUserReason": "SYSTEM_LIST" }, { "id": "muted", "type": "muted", "name": "Muted", "hasUser": false, "canAddUser": true, "cannotAddUserReason": null }, { "id": "tagged", "type": "tagged", "name": "Tagged", "hasUser": false, "canAddUser": false, "cannotAddUserReason": "SYSTEM_LIST" }, { "id": "friends", "type": "friends", "name": "Friends", "hasUser": false, "canAddUser": false, "cannotAddUserReason": "USER_NOT_PERFORMER" } ], "showMediaCount": true, "lastSeen": "2025-05-16T00:26:49+00:00", "canReport": true }, "isFromQueue": false, "id": 123, "isOpened": false, "isNew": true, "createdAt": "2025-05-16T00:27:25+00:00", "changedAt": "2025-05-16T00:27:25+00:00", "cancelSeconds": 120, "isLiked": false, "canPurchase": false, "canPurchaseReason": "free", "canReport": true, "canBePinned": true, "isPinned": false, "replyToMessage": { "responseType": "message", "text": "Text
", "giphyId": null, "lockedText": false, "isFree": true, "price": 0, "isMediaReady": true, "mediaCount": 0, "media": [], "previews": [], "isTip": false, "isReportedByMe": false, "isCouplePeopleMedia": false, "queueId": 123, "isMarkdownDisabled": true, "releaseForms": [], "fromUser": { "view": "s", "avatar": "https://example.com", "avatarThumbs": { "c50": "https://example.com", "c144": "https://example.com" }, "header": "https://example.com", "headerSize": { "width": 4800, "height": 1440 }, "headerThumbs": { "w480": "https://example.com", "w760": "https://example.com" }, "id": 123, "name": "Name", "username": "username", "canLookStory": true, "canCommentStory": true, "hasNotViewedStory": false, "isVerified": true, "canPayInternal": true, "hasScheduledStream": false, "hasStream": false, "hasStories": true, "tipsEnabled": true, "tipsTextEnabled": true, "tipsMin": 5, "tipsMinInternal": 1, "tipsMax": 200, "canEarn": true, "canAddSubscriber": false, "subscribePrice": 0, "hasStripe": false, "isStripeExist": false, "subscriptionBundles": [], "canSendChatToAll": true, "creditsMin": 10, "creditsMax": 200, "isPaywallPassed": true, "creditsMinAlternatives": 5, "canCreateLists": true, "showMediaCount": true, "lastSeen": "2025-05-16T00:24:06+00:00", "canReport": false, "subscribedOn": null }, "isFromQueue": true, "canUnsendQueue": true, "unsendSecondsQueue": 1000000, "id": 123, "isOpened": false, "isNew": false, "createdAt": "2025-05-15T22:53:57+00:00", "changedAt": "2025-05-15T22:53:57+00:00", "cancelSeconds": 80792, "isLiked": false, "canPurchase": false, "canPurchaseReason": "free", "canReport": false, "canBePinned": true, "isPinned": false } } } ``` ### `messages.sent` A new message has been sent from one of your OnlyFans accounts to a fan. ```json title="Example payload" { "event": "messages.sent", "account_id": "acct_123", "payload": { "responseType": "message", "text": "Text
", "giphyId": null, "lockedText": false, "isFree": true, "price": 0, "isMediaReady": true, "mediaCount": 1, "media": [ { "id": 123, "type": "photo", "convertedToVideo": false, "canView": true, "hasError": false, "createdAt": "2025-04-05T06:19:31+00:00", "isReady": true, "files": { "full": { "url": "https://example.com", "width": 3840, "height": 5215, "size": 0, "sources": [] }, "thumb": { "url": "https://example.com", "width": 300, "height": 300, "size": 0 }, "preview": { "url": "https://example.com", "width": 960, "height": 1304, "size": 0 }, "squarePreview": { "url": "https://example.com", "width": 960, "height": 960, "size": 0 } }, "duration": 0, "releaseForms": [], "hasCustomPreview": false, "videoSources": { "240": null, "720": null } } ], "previews": [], "isTip": false, "isReportedByMe": false, "isCouplePeopleMedia": false, "queueId": 123, "isMarkdownDisabled": true, "releaseForms": [], "isFromQueue": false, "id": 123, "isOpened": false, "isNew": true, "createdAt": "2025-05-15T23:37:24+00:00", "changedAt": "2025-05-15T23:37:24+00:00", "cancelSeconds": 86400, "isLiked": false, "canPurchase": false, "canPurchaseReason": "free", "canReport": false, "canBePinned": true, "isPinned": false, "toUser": { "view": "s", "avatar": null, "avatarThumbs": null, "header": null, "headerSize": null, "headerThumbs": null, "id": 123, "name": "Name", "username": "username", "canLookStory": false, "canCommentStory": false, "hasNotViewedStory": false, "isVerified": false, "canPayInternal": true, "hasScheduledStream": false, "hasStream": false, "hasStories": false, "tipsEnabled": false, "tipsTextEnabled": true, "tipsMin": 5, "tipsMinInternal": 1, "tipsMax": 200, "canEarn": false, "canAddSubscriber": true, "subscribePrice": 0, "displayName": "", "notice": "", "isRestricted": false, "canRestrict": true, "subscribedBy": false, "subscribedByExpire": null, "subscribedByExpireDate": null, "subscribedByAutoprolong": null, "subscribedIsExpiredNow": null, "currentSubscribePrice": null, "subscribedOn": true, "subscribedOnExpiredNow": false, "subscribedOnDuration": "", "listsStates": [ { "id": "fans", "type": "fans", "name": "Fans", "hasUser": true, "canAddUser": false, "cannotAddUserReason": "ALREADY_EXISTS" }, { "id": "following", "type": "following", "name": "Following", "hasUser": false, "canAddUser": false, "cannotAddUserReason": "SYSTEM_LIST" }, { "id": "recent", "type": "recent", "name": "Recent (last 24 hours)", "hasUser": true, "canAddUser": false, "cannotAddUserReason": "ALREADY_EXISTS" }, { "id": "muted", "type": "muted", "name": "Muted", "hasUser": false, "canAddUser": true, "cannotAddUserReason": null }, { "id": "tagged", "type": "tagged", "name": "Tagged", "hasUser": false, "canAddUser": false, "cannotAddUserReason": "SYSTEM_LIST" }, { "id": "friends", "type": "friends", "name": "Friends", "hasUser": false, "canAddUser": false, "cannotAddUserReason": "USER_NOT_PERFORMER" } ], "showMediaCount": true, "lastSeen": "2025-05-15T23:37:03+00:00", "canReport": false } } } ``` ### `messages.ppv.unlocked` A PPV message that you sent has been purchased by a fan. ```json title="Example payload" { "event": "messages.ppv.unlocked", "account_id": "acct_123", "payload": { "id": "123", "type": "paided_message", "createdAt": "2025-05-05T22:18:00+00:00", "text": "has purchased your message for $5.00!", "replacePairs": { "{NAME}": "Name", "{MESSAGE_LINK}": "message", "{AMOUNT}": "$5.00" }, "subType": "subscriber_pay_for_chat_message", "user_id": "123", "isRead": false, "canGoToProfile": true, "user": { "avatar": null, "avatarThumbs": null, "header": null, "headerSize": null, "headerThumbs": null, "id": 123, "name": "Name", "username": "username", "canLookStory": false, "canCommentStory": false, "hasNotViewedStory": false, "isVerified": false, "canPayInternal": false, "hasScheduledStream": false, "hasStream": false, "hasStories": false, "tipsEnabled": false, "tipsTextEnabled": true, "tipsMin": 5, "tipsMinInternal": 1, "tipsMax": 200, "canEarn": false, "canAddSubscriber": false, "subscribePrice": 0, "subscribedBy": false, "subscribedOn": false, "canReceiveChatMessage": false, "hideChat": false, "lastSeen": "2025-05-05T22:17:29+00:00", "isPerformer": false, "isRealPerformer": false, "view": "mn", "canReport": true, "subscribedByData": null, "subscribedOnData": null, "isBlocked": false } } } ``` ## Subscriptions ### `subscriptions.new` A new fan has subscribed. ```json title="Example payload" { "event": "subscriptions.new", "account_id": "acct_123", "payload": { "id": "123", "type": "subscribed", "createdAt": "2025-05-05T21:27:00+00:00", "text": "subscribed to your profile!", "replacePairs": { "{SUBSCRIBER_LINK}": "Name", "{PRICE}": "free" }, "subType": "new_subscriber", "user_id": "123", "isRead": false, "canGoToProfile": true, "user": { "avatar": "https://example.com", "avatarThumbs": { "c50": "https://example.com", "c144": "https://example.com" }, "header": "https://example.com", "headerSize": { "width": 767, "height": 1152 }, "headerThumbs": { "w480": "https://example.com", "w760": "https://example.com" }, "id": 123, "name": "Name", "username": "username", "canLookStory": false, "canCommentStory": false, "hasNotViewedStory": false, "isVerified": true, "canPayInternal": false, "hasScheduledStream": false, "hasStream": false, "hasStories": false, "tipsEnabled": true, "tipsTextEnabled": true, "tipsMin": 5, "tipsMinInternal": 1, "tipsMax": 200, "canEarn": true, "canAddSubscriber": false, "subscribePrice": 0, "subscribedBy": false, "subscribedOn": false, "canReceiveChatMessage": false, "hideChat": false, "lastSeen": "2025-05-05T21:26:04+00:00", "isPerformer": true, "isRealPerformer": true, "view": "mn", "canReport": true, "subscribedByData": null, "subscribedOnData": null, "isBlocked": false } } } ``` ## Posts ### `posts.liked` A fan has liked one of your posts. ```json title="Example payload" { "event": "posts.liked", "account_id": "acct_123", "payload": { "id": "123", "type": "favorited", "createdAt": "2025-05-05T22:22:00+00:00", "text": "liked your post", "replacePairs": { "{POST_LINK}": "post" }, "subType": "new_favorite", "user_id": "123", "isRead": false, "canGoToProfile": true, "user": { "avatar": null, "avatarThumbs": null, "header": null, "headerSize": null, "headerThumbs": null, "id": 123, "name": "Name", "username": "username", "canLookStory": false, "canCommentStory": false, "hasNotViewedStory": false, "isVerified": false, "canPayInternal": false, "hasScheduledStream": false, "hasStream": false, "hasStories": false, "tipsEnabled": false, "tipsTextEnabled": true, "tipsMin": 5, "tipsMinInternal": 1, "tipsMax": 200, "canEarn": false, "canAddSubscriber": false, "subscribePrice": 0, "subscribedBy": false, "subscribedOn": false, "canReceiveChatMessage": false, "hideChat": false, "lastSeen": null, "isPerformer": false, "isRealPerformer": false, "view": "mn", "canReport": true, "subscribedByData": null, "subscribedOnData": null, "isBlocked": false } } } ``` ## Users ### `users.typing` A fan is typing a message. ```json title="Example payload" { "event": "users.typing", "account_id": "acct_123", "payload": { "id": 1910197 } } ```