Skip to main content

List customers

GET 

/api/v1/customers

Returns every customer that belongs to your business, each with id, name, email, and the IDs of their reports. The response is not paginated. Fetch report dates and status with GET /api/v1/customers/{id}.

Responses

List of customers retrieved successfully