Get Tenant (Account) UUIDs
Retrieves the tenant Uuids of all tenant entities, optionally filtered by date or by the primary contact’s email address.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Query Parameters
Filter tenants with updatedAt less than or equal to this date-time
Filter tenants with updatedAt greater than or equal to this date-time
Filter tenants with createdAt less than or equal to this date-time
Filter tenants with createdAt greater than or equal to this date-time
Filter tenants whose primary contact has this email address. Exact match, case-insensitive. Returns an empty array when no tenant matches.
Response
Array of tenant (account) UUIDs, most recently updated first, empty if none are found.

