Skip to main content
POST
/
shopping
/
{portfolio}
/
v1
/
units
/
{leadUuid}
/
{verifyCode}
/
gate-access-code
Get Gate Access Code by Lead UUID and Verify Code
curl --request POST \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/units/{leadUuid}/{verifyCode}/gate-access-code \
  --header 'x-api-key: <x-api-key>'
{
  "status": {},
  "gateAccessCode": "<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

leadUuid
string
required
verifyCode
string
required

Response

200 - application/json

The gate access code for a lead once they have been signed their lease and been converted to a tenant

status
object
required
gateAccessCode
string