Skip to main content
POST
Create org webhook

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Org webhook parameters

Org webhook creation parameters for IAM access

authentication_method
string
required

Webhook authentication method

notification_url
string
required

Notification URL

bank_account_id
string<uuid> | null

Bank Account ID

entity_id
string<uuid> | null

Entity ID

event_categories_allowed
object[] | null

Event categories

notification_key
string | null

Notification Key

notification_secret
string | null

Notification Secret

oauth_client_id
string | null

OAuth Client ID

oauth_client_secret
string | null

OAuth Client Secret

oauth_scope
string | null

OAuth scope

oauth_url
string | null

OAuth URL

Response

Created webhook

A org webhook for communication

data
any