ChainIdentityInd

Validate chain identifier for an individual

get
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
get
GET /chainIdentityInd?Id=text&FirstName=text&LastName=text HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
tokenId

Add chain identifier for an individual

post
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
post
POST /chainIdentityInd?caseId=text&walletId=text HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
tokenId