Authorizations
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
Body
application/json
The URL of your webhook endpoint.
Example:
"https://example.com"
An array of webhook events to subscribe to. Options: messages.received
, messages.sent
, messages.ppv.unlocked
, subscriptions.new
, users.typing
, posts.liked
, accounts.connected
, accounts.reconnected
, accounts.session_expired
, accounts.authentication_failed
, accounts.otp_code_required
, accounts.face_otp_required
Example:
["accounts.connected", "subscriptions.new"]
Optionally, add a signing secret to protect your webhook.
Example:
7