Customers
Get Customer
Retrieves a Customer using the ID specified.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the customer.
Response
200
application/json
Customer retrieved successfully.
Unique identifier for this customer.
Example:
"e79a0b74-3aba-4149-9f74-0bb5791a6ee6"
First and last name for a natural person, and company name for a juridical person.
Example:
"Pepito Perez"
Colombian ID type for customer.
Available options:
cc
, ce
, nit
Example:
"cc"
Colombian ID number for customer.
Example:
"200220422"
Customer’s email.
Example:
"pepito@perez.com"
ISO string when the customer was created.
Example:
"2023-10-26T21:28:34.152Z"
ISO string when the customer was updated.
Example:
"2023-10-26T21:28:34.152Z"