cURL
curl --request GET \ --url https://prod.api.palomma.com/v1/customers \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "e79a0b74-3aba-4149-9f74-0bb5791a6ee6", "name": "Pepito Perez", "documentType": "cc", "documentNumber": "200220422", "email": "[email protected]", "createdAt": "2023-10-26T21:28:34.152Z", "updatedAt": "2023-10-26T21:28:34.152Z" } ] }
Returns a list of all Customer objects corresponding to the merchant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of customers.
Show child attributes
Unique identifier for this customer.
"e79a0b74-3aba-4149-9f74-0bb5791a6ee6"
First and last name for a natural person, and company name for a juridical person.
"Pepito Perez"
Colombian ID type for customer.
cc
ce
nit
"cc"
Colombian ID number for customer.
"200220422"
Customer’s email.
"[email protected]"
ISO string when the customer was created.
"2023-10-26T21:28:34.152Z"
ISO string when the customer was updated.