webhook receivers create

POST {{baseUrl}}/webhook-receivers

Creates a WebhookReceiver object with the given values.

Request Body

[{"name"=>"event", "value"=>"aliquip", "datatype"=>"string"}, {"name"=>"is_active", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"key", "value"=>"occaecat cupidatat eu dolor aute", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"event":"cupi","is_active":true,"key":"aliqua cupidatat veniam in elit"}