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.
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
ISO Date
Clients that were created before this Date.
created_after
ISO Date
Clients that were created after this Date.