# Verify COI for clients Verifies active certificates of insurance across DOT numbers. Provide exactly one of: dots (array), dot (single), or id (client ID). Endpoint: GET /v1/coverages/clients Version: 1.0.0 Security: BearerAuth ## Query parameters: - `dots` (array,null) List of DOT numbers to verify. - `dot` (string,null) Single DOT number (digits only). - `id` (integer,null) Client ID. ## Response 200 fields (application/json): - `results` (array) ## Response 400 fields (application/json): - `error` (any) ## Response 401 fields