cURL
curl --request POST \ --url https://api.etherfuse.com/ramp/customer/{customer_id}/bank-accounts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "pageSize": 10, "pageNumber": 0 }'
{ "items": [], "totalItems": 0, "pageSize": 10, "pageNumber": 0, "totalPages": 0 }
Retrieves bank accounts for a specific customer
API key for authentication
ID of the customer
Bank accounts retrieved successfully
The response is of type object.
object