Skip to main content
POST
Create a webhook subscription

Authorizations

Authorization
string
header
required

API key prefixed with jcr_. To obtain a key programmatically (no dashboard required), see POST /v1/authorize.

Body

application/json
url
string<uri>
required

HTTPS endpoint to receive events

subscribed_events
enum<string>[]
required
Available options:
post.created,
social_account.expiring,
social_account.expired

Response

Webhook created (includes secret)

data
object