Create a webhooks integration
POST {{baseUrl}}/api/v1/integration/webhooks/configuration/webhooks
Creates an endpoint with the name <WEBHOOK_NAME>
.
Request Body
{"name"=>"WEBHOOK_NAME", "url"=>"https://example.com/webhook", "custom_headers"=>"veniam eiusmod", "encode_as"=>"json", "payload"=>"veniam do ea proident"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"WEBHOOK_NAME","url":"https://example.com/webhook","custom_headers":"veniam eiusmod","encode_as":"json","payload":"veniam do ea proident"}