Skip to main content
GET
/
api
/
{portfolio}
/
portfolios
/
v1
/
move-out
/
reasons
Get active move out reasons
curl --request GET \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/move-out/reasons \
  --header 'x-api-key: <x-api-key>'
[
  {
    "moveOutReasonUuid": "<string>",
    "reasonDescription": "<string>"
  }
]

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

Response

200 - application/json

Array of active move out reasons

moveOutReasonUuid
string
required

UUID of the move out reason

reasonDescription
string
required

Human-readable description of the move out reason