Skip to main content
GET
The GET endpoint lists all created customers within Layer. Only active customers are returned by default, but archived customers can be included via the include_archived flag.

Path Parameters

string
required
ID of the Business the customer is associated with.

Query Parameters

boolean
Include archived customers in the response. Defaults to false.
string
The external ID of the customer to fetch.
string
A case-insensitive substring used to filter customers whose external ID contains the specified value.
string
The name of the customers to fetch.
string
A case-insensitive substring used to filter customers whose name contains the specified value.

Response

Returns a list of Customer objects