ChainIdentityInd
Authorizations
Query parameters
IdstringRequired
Unique identifier for the rental verification profile
FirstNamestringRequired
First name of the individual
LastNamestringRequired
Last name of the individual
Responses
200
Successfully validated chain identifier
text/plain
ResponsestringExample:
tokenId
500
Internal server error
get
GET /chainIdentityInd?Id=text&FirstName=text&LastName=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
tokenId
Authorizations
Query parameters
caseIdstringRequired
Case ID for the chain identifier
walletIdstringRequired
Wallet ID for the chain identifier
Responses
200
Successfully added chain identifier
text/plain
ResponsestringExample:
tokenId
500
Internal server error
post
POST /chainIdentityInd?caseId=text&walletId=text HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
tokenId