Skip to main content
GET
/
ramp
/
webhook
/
{webhook_id}
Get webhook
curl --request GET \
  --url https://api.etherfuse.com/ramp/webhook/{webhook_id} \
  --header 'Authorization: <api-key>'
{
  "createdAt": 1748345400,
  "eventType": "order_updated",
  "id": "d4e5f6a7-b8c9-0123-defa-234567890123",
  "updatedAt": 1748431800,
  "url": "https://example.com/webhooks/etherfuse"
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

webhook_id
string<uuid>
required

The webhook ID

Response

The webhook

createdAt
integer<int64>
required

Unix timestamp in seconds.

eventType
enum<string>
required
Available options:
bank_account_updated,
customer_updated,
order_updated,
quote_updated,
swap_updated,
kyc_updated
id
string<uuid>
required
updatedAt
integer<int64>
required

Unix timestamp in seconds.

url
string
required