Register webhook details
Register to receive event notifications as webhooks on a specified URL. Webhook messages will conform to the format in the webhooks section of the API docs, depending on the event type (as defined in the same section). Availability of this endpoint is indicated by the name "webhooks" appearing in the event_stream_mechanisms list on the service endpoint.
HTTP requests from the service SHOULD include a api_key_name header with the 'api_key_value' value. Clients SHOULD verify this against the value they provided when registering the webhook.
API implementations MAY partially support event filtering and transformations. API implementations SHALL return a 400 response code if the filtering or transformation specified in the request is not supported.
API implementations SHOULD consider the security implementations of providing webhooks, and include appropriate mitigations against Server Side Request Forgery (SSRF) attacks and similar. API implementations SHOULD take appropriate steps to authorize the modification of existing webhooks. This may take the form of RBAC, or ABAC.
Request body
Response
Success. The webhook has been registered.