GET
/
ramp
/
customer
/
{customer_id}
curl --request GET \
  --url https://api.etherfuse.com/ramp/customer/{customer_id} \
  --header 'X-API-Key: <api-key>'
{
  "customer_id": "123e4567-e89b-12d3-a456-426614174000",
  "display_name": "John Doe",
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-01T00:00:00Z"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

customer_id
string
required

ID of the customer to retrieve

Response

200
application/json
Customer details retrieved successfully

The response is of type object.