Skip to main content
GET
/
api
/
{portfolio}
/
portfolios
/
v1
/
facilities
/
{facilityUuid}
/
delinquencies
/
uuids
[
  "<string>"
]

Headers

x-api-key
any

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

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required

Query Parameters

updatedAt.lessOrEqual
string

Filter by updated date less than or equal to this value

updatedAt.greaterOrEqual
string

Filter by updated date greater than or equal to this value

createdAt.lessOrEqual
string

Filter by created date less than or equal to this value

createdAt.greaterOrEqual
string

Filter by created date greater than or equal to this value

statuses
string[]

Filter by delinquency statuses

active
string

Filter by active status

balance.isLessThanOrEqual
number

Filter by balance less than or equal to this value

balance.isGreaterThanOrEqual
number

Filter by balance greater than or equal to this value

Response

200 - application/json

Array of delinquency UUIDs