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
201
Created webhook
application/json
400
Unprocessable Entity
application/json
500
Unprocessable Entity
application/json
post
/webhooksDelete org webhook
Path parameters
webhook_idstring · uuidRequired
Unique identifier
Query parameters
entity_idstring · uuidOptional
Unique identifier
Responses
204
Response
application/json
400
Unprocessable Entity
application/json
500
Unprocessable Entity
application/json
delete
/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
400
Unprocessable Entity
application/json
500
Unprocessable Entity
application/json
put
/webhooks/{webhook_id}Last updated
Was this helpful?

