Customer Profile
Search for customer
Using this endpoint, you can search for customers based on filter conditions. By specifying offset
and limit
, you can narrow down your search results. In addition, using the isDelete
property in the request body, you can filter for either deleted or non-deleted customers.
POST
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Example:
"517fa9dfd42d8b00g1o3k312"
A UUID of the request.
Body
application/json
A sample request to search for customers.
The criteria to search for customers.
Response
200
application/json
OK
The list of customers.