cURL
curl --request GET \ --url https://api.etherfuse.com/ramp/webhook/{webhook_id} \ --header 'Authorization: <api-key>'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "eventType": "orderUpdated", "url": "https://example.com/webhook", "createdAt": "2024-01-01T00:00:00Z", "updatedAt": "2024-01-01T00:00:00Z" }
Retrieves details for a specific webhook
API key for authentication
ID of the webhook to retrieve
Webhook details retrieved successfully
The response is of type object.
object