VerifyPropertyOwnership
Verifies an individual or business owns a property based on verified identity and address records.
Authorizations
Query parameters
verifiedIdstringOptional
Verified ID associated with the request
walletIdstringOptional
Wallet ID associated with the user
Body
StreetAddressstringRequired
Street address of the applicant
CitystringRequired
City of residence of the applicant
StatestringRequired
State of residence of the applicant
PostalCodestringRequired
Postal code of the applicant
Responses
200
Successful verification
text/plain
ResponsestringExample:
Null if denied
tokenId
500
Internal server error
post
POST /verifyPropertyOwnership HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 73
{
"StreetAddress": "text",
"City": "text",
"State": "text",
"PostalCode": "text"
}
tokenId