Skip to main content
GET
/
shopping
/
{portfolio}
/
v1
/
facilities
/
leads
/
check-lead-status
/
{leadUuid}
Check if a lead has been converted
curl --request GET \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/facilities/leads/check-lead-status/{leadUuid} \
  --header 'x-api-key: <x-api-key>'
{
  "converted": 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

leadUuid
string
required

Response

200 - application/json

Allow lead to check if they have successfully been converted to a tenant

converted
boolean
required

True if the lead has been converted to a tenant