Skip to main content
GET
/
ramp
/
customer
/
{customer_id}
Get customer
curl --request GET \
  --url https://api.etherfuse.com/ramp/customer/{customer_id} \
  --header 'Authorization: <api-key>'
{
  "createdAt": "2026-05-01T14:30:00Z",
  "customerId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "displayName": "Ana García",
  "updatedAt": "2026-05-02T09:15:00Z"
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

customer_id
string<uuid>
required

The customer ID

Response

The customer

createdAt
string<date-time>
required

Timestamp when the customer was created.

customerId
string<uuid>
required

Unique identifier for the customer.

updatedAt
string<date-time>
required

Timestamp when the customer was last updated.

displayName
string | null

Display name of the customer.