Skip to main content
POST
/
shopping
/
{portfolio}
/
v1
/
facilities
/
tenant
/
check-preexisting
Check for pre-existing tenant
curl --request POST \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/facilities/tenant/check-preexisting \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "email": "<string>",
  "facilityUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "exists": true,
  "expiration": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://api.monument.io/llms.txt

Use this file to discover all available pages before exploring further.

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

portfolio
string
required

Body

application/json
email
string
required
facilityUuid
string<uuid>

Response

201 - application/json

Details to display to the lead after they have been converted to a tenant

exists
boolean
required

True if a tenant with this email already exists for this facility

expiration
string<date-time>

Expiration time of the validation code sent to the tenant