Skip to main content
POST
/
shopping
/
{portfolio}
/
v1
/
facilities
/
tenant
/
check-preexisting
Checks if a tenant already exists with this email, sends a verfication code to their email they must retrieve if so
curl --request POST \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/facilities/tenant/check-preexisting \
  --header 'x-api-key: <x-api-key>'
{
  "exists": true
}

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

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