Create a new webhookAsk AIpost https://api.fireblocks.io/v1/webhooksCreates a new webhook, which will be triggered on the specified events Endpoint Permissions: Owner, Admin, Non-Signing Admin.Body Paramsurlstringrequiredlength ≥ 1The url of the webhook where notifications will be sent. URL must be valid, unique and https.descriptionstringlength ≥ 1description of the webhook. should not contain special characters.eventsarray of objectsrequiredevent types the webhook will subscribe toevents*ADD stringenabledbooleanDefaults to trueThe status of the webhook. If false, the webhook will not receive notifications.truefalseHeadersIdempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.Responses 201created new webhook successfully defaultError ResponseUpdated 4 months ago