Skip to main content
POST
Send a test webhook event

Authorizations

x-api-key
string
header
required

Sellfern public API key scoped to the authenticated organization. Do not use user JWTs for public integrations.

Headers

Idempotency-Key
string
required

Required for public write retries. Reuse the same key for safe retry after network or 5xx uncertainty. Reusing a key with a different request returns 422 idempotency_conflict.

Required string length: 1 - 255

Path Parameters

id
string<uuid>
required

Webhook endpoint ID.

Body

application/json

The body is of type object.

Response

Mutation completed successfully.

success
boolean
required
Example:

true

data
object
required
meta
object