Customers
Get a customer
Get an existing customer within Layer.
GET
/
v1
/
businesses
/
{business_id}
/
customers
/
{customer_id}
Fetch a single specific customer by ID.
Path Parameters
business_id
string
requiredID of the Business the customer is associated with.
customer_id
string
requiredID of the Customer to be updated. This is the Layer id, not the external id.
Response
Returns the created Customer object