Register webhook receiverAsk AIpost https://api.revioapi.com/v1/WebhookReceiversRegister a new webhook receiver.Body ParamsThe webhook receiver to register.webhook_receiver_idint32Primary identifier for a webhook receiver.urlstringrequiredlength between 1 and 4000URL to send request to.descriptionstringlength between 0 and 8000Describes the webhook receiver.require_xhook_header_confirmation_flagbooleanIs the header "X-Hook-Secret" required to confirm this endpoint. In general, this should be yes, but some systems are not compatible with this.truetruefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago