Skip to main content
GET
Get webhook config

Authorizations

Authorization
string
header
required

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

Response

Webhook configuration for the account

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.