cURL
curl --request GET \ --url https://api.example.com/v1/webhooks/{webhook_id}
Retrieve details for a specific webhook configuration
webhook_id
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "string", "webhook_url": "http://example.com/", "events": [ "task-status-updated", "order-status-updated" ], "env_type": "dev", "created_at": "2022-05-04T11:30:00Z", "updated_at": "2022-05-04T12:00:00Z" }