Skip to main content
POST
/
v1
/
accounts
/
{id}
/
webhook
/
test
Send a test webhook event
curl --request POST \
  --url https://api.onlyfanskit.dev/v1/accounts/{id}/webhook/test \
  --header 'Authorization: Bearer <token>'
{
  "delivered": true,
  "status": 123,
  "durationMs": 123,
  "responseSnippet": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Connected account id.

Response

200 - application/json

Delivery result

delivered
boolean
status
integer
durationMs
integer
responseSnippet
string