cURL
curl --request GET \ --url https://verification.didit.me/v3/webhook/destinations/{destination_uuid}/ \ --header 'x-api-key: <api-key>'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "url": "<string>", "enabled": true, "webhook_version": "v1", "secret_shared_key": "<string>", "subscribed_events": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "summary": { "total_deliveries": 123, "failed_deliveries": 123, "error_rate_percentage": 123, "min_response_time_ms": 123, "avg_response_time_ms": 123, "max_response_time_ms": 123, "last_delivery_at": "2023-11-07T05:31:56Z" } }
Retrieve a single webhook destination, including its signing secret, subscribed events, and delivery summary.
Webhook destination.
v1
v2
v3
Show child attributes