Get a customer
GET/api/v1/customers/:id
Returns a customer's id, name, email, and reports — one entry per report with collection and result dates and publication status. id accepts the customer ID or your external_id. Fetch full report content with GET /api/v1/customers/{id}/reports/{reportID}.
Request
Responses
- 200
- 404
Customer details retrieved successfully
Customer not found