Skip to main content
POST
Create a webhook endpoint

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

Body

application/json
url
string<uri>
events
string[]
enabled
boolean

Response

Mutation completed successfully.

success
boolean
required
Example:

true

data
object
required
meta
object