🔎Find a Single Customer
Lookup and retrieve Customer information for a Consumer using their customer_id.
Find Customer
GET
{{baseUrl}}/customers/:customer_id
GET
{{baseUrl}}/customers/:customer_id
Path Parameters
Name
Type
Description
customer_id*
String
The UUID for a specific Customer that gets generated and returned in the POST Create New Customer response.
Status Codes
Last updated