Skip to main content
PUT
Create or update webhook config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required
Example:

"https://example.com/hooks/pointset"

rotate_secret
boolean

Rotate the signing secret. Triggers a new secret to be returned.

Response

Updated

id
string<uuid>
required
account_id
string<uuid>
required
url
string<uri>
required
created_at
string
required
updated_at
string
required
secret
string

Only returned on creation or when rotate_secret is true.