Customers
Retrieve a customer
Retrieves all the information of an already-existing customer by providing it’s unique identifier (ID).
GET
/
customers
/
{id}
Path parameters
id
string
The ID of the customer.
Returns
If a valid ID is provided, it returns a customer object.