Skip to main content

List clients

GET https://neudocs.app/api/v1/clients Returns the active client records for the firm resolved from the bearer key. Archived clients are not included.

Success

The response can include additional client metadata. Consumers should ignore unknown fields for forward compatibility.

Errors

The endpoint does not accept pagination, search, or status parameters. Filtering in your integration is not an authorization boundary; the server always returns records only for the authenticated firm.

title: “Clients API” sidebarTitle: “Clients endpoint” description: “List the clients belonging to the authenticated NeuDocs firm.” icon: “users” keywords: [“GET clients”, “REST API”, “clients endpoint”]

List clients

GET https://neudocs.app/api/v1/clients Returns client records for the firm resolved from the bearer key.

Success

The exact record can include additional client metadata. Consumers should ignore unknown fields for forward compatibility.

Errors

Client-side filtering is not an authorization boundary. The server returns only the authenticated firm’s records.