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.
POST
/api/v1/clients
Create a new client.
Request Body
name
string (requried)
Full name of the client
email
string
Email address for this person
title
string
Professional title of this client
organization
string
Agency or Company that the client is employed with
unique_id
string
A unique identifier for this person. (Employee ID, DOB, etc...)
description
string
Notes about this client.
address
string
Street address of client
city
string
City or town of client
state
string
State or Province
province
string
Alternative field for "state" value.
country
string
Country of client
postal_code
string
Postal code related to client address
office_number
string
Office phone number of client
mobile_number
string
Mobile phone number of client