Skip to main content
GET
Get Facility UUIDs

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

Query Parameters

updatedAt.lessOrEqual
string

Filter facilities with updatedAt less than or equal to this date-time

updatedAt.greaterOrEqual
string

Filter facilities with updatedAt greater than or equal to this date-time

createdAt.lessOrEqual
string

Filter facilities with createdAt less than or equal to this date-time

createdAt.greaterOrEqual
string

Filter facilities with createdAt greater than or equal to this date-time

contactPhone
string

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.