Webhooks

List org webhooks

get
/webhooks

List org webhooks

Query parameters
entity_idstring · uuidOptional

Unique identifier

authentication_methodstringOptional

Authentication method

Responses
200

Webhook list

application/json
get
/webhooks

Get org webhook by ID

get
/webhooks/{webhook_id}

Get org webhook

Path parameters
webhook_idstring · uuidRequired

Unique identifier

Responses
200

Gotten webhook

application/json
get
/webhooks/{webhook_id}

Create org webhook

post
/webhooks

Create org webhook

Query parameters
entity_idstring · uuidOptional

Unique identifier

Body

Org webhook creation parameters for IAM access

authentication_methodstringRequired

Webhook authentication method

entity_idstring · uuid | nullableOptional

Entity ID

event_categories_allowedarray | nullableOptional

Event categories

notification_keystring | nullableOptional

Notification Key

notification_secretstring | nullableOptional

Notification Secret

notification_urlstringRequired

Notification URL

oauth_client_idstring | nullableOptional

OAuth Client ID

oauth_client_secretstring | nullableOptional

OAuth Client Secret

oauth_scopestring | nullableOptional

OAuth scope

oauth_urlstring | nullableOptional

OAuth URL

Responses
post
/webhooks

Delete org webhook

delete
/webhooks/{webhook_id}

Delete org webhook

Path parameters
webhook_idstring · uuidRequired

Unique identifier

Query parameters
entity_idstring · uuidOptional

Unique identifier

Responses
delete
/webhooks/{webhook_id}

Update org webhook

put
/webhooks/{webhook_id}

Update org webhook

Path parameters
webhook_idstring · uuidRequired

Unique identifier

Body

Org webhook update parameters for communication

authentication_methodstring | nullableOptional

Webhook authentication method

entity_idstring · uuid | nullableOptional

Entity ID

event_categories_allowedarray | nullableOptional

Event categories

notification_secretstring | nullableOptional

Notification Secret

notification_urlstring | nullableOptional

Notification URL

oauth_client_idstring | nullableOptional

OAuth Client ID

oauth_client_secretstring | nullableOptional

OAuth Client Secret

oauth_scopestring | nullableOptional

OAuth scope

oauth_urlstring | nullableOptional

OAuth URL

Responses
200

Updated webhook

application/json
put
/webhooks/{webhook_id}

Last updated

Was this helpful?