GET /api/v1/clients
GET
/api/v1/clients
Retrieves a list of clients. Calling with no parameters returns a paginated list of all clients in your Monolith database. Use the uuid query param to get details for one item.
uuid
Query Params
client_id
integer
Monolith unique identifier for the client.
created_on
ISO Date
Date that the client was entered into Monolith.
created_before
Clients that were created before this Date.
created_after
Clients that were created after this Date.
Last updated 1 year ago