POST
/
ramp
/
webhooks
curl --request POST \
  --url https://api.etherfuse.com/ramp/webhooks \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "pageSize": 10,
  "pageNumber": 0
}'
{
  "items": [],
  "totalItems": 0,
  "pageSize": 10,
  "pageNumber": 0,
  "totalPages": 0
}

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Webhooks retrieved successfully

The response is of type object.