Customers
Retrieve customer
カスタマ情報を取得します。
Response Body
application/json
OK
TypeScript Definitions
Use the response body type in TypeScript.
response?CustomerDto
カスタマオブジェクト
curl -X GET "https://api.elepay.io/customers/string"{
"id": "string",
"object": "customer",
"liveMode": true,
"defaultSource": "string",
"name": "string",
"description": "string",
"email": "string",
"phone": "string",
"remark": "string",
"operator": "string",
"status": "active",
"metadata": {},
"updateTime": 0
}