POST
/
ramp
/
customer
/
{customer_id}
/
bank-accounts
curl --request POST \
  --url https://api.etherfuse.com/ramp/customer/{customer_id}/bank-accounts \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "page_size": 10,
  "page_number": 0
}'
{
  "items": [],
  "total_items": 0,
  "page_size": 10,
  "page_number": 0,
  "total_pages": 0
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

customer_id
string
required

ID of the customer

Body

application/json

Response

200
application/json

Bank accounts retrieved successfully

The response is of type object.