Create Webhook
Register a URL to receive event deliveries for the subscribed events. Deliveries are signed with a per-webhook secret (Diga-Signature header). The secret is returned only in this response — store it securely.
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cuerpo
The URL that the webhook will call to send the events specified in the subscribed_events field
1The events that the webhook will send to the URL. Specify the different events you want the webhook to send to the URL
status_changed Respuesta
Successful Response
The unique identifier for the webhook
The URL that the webhook will call to send the events specified in the subscribed_events field
The events that the webhook will send to the URL. Specify the different events you want the webhook to send to the URL
status_changed The datetime when the webhook was created
Per-webhook HMAC signing secret. Returned only once, on creation. Store it securely; use it to verify the Diga-Signature header on incoming deliveries.

