Get Facility UUIDs
Retrieves the UUIDs of all facilities, optionally filtered by date and by contact phone.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Query Parameters
Filter facilities with updatedAt less than or equal to this date-time
Filter facilities with updatedAt greater than or equal to this date-time
Filter facilities with createdAt less than or equal to this date-time
Filter facilities with createdAt greater than or equal to this date-time
Filters by the facility contact phone returned as contactPhone by /get_by_uuids. Any formatting is accepted, plus an optional leading country code 1, and is normalized to 10 digits for an exact match — so it only matches facilities whose stored phone is 10 digits. An empty value applies no filter. Returns an empty list when no facility matches.
Response
Array of facilities UUIDs, most recently updated first, empty if none are found.

