2. Upload verification document data (if required)

POST {{host}}/v1/profiles/{{personal-profile-id}}/verification-documents

Request Body

{"firstName"=>"R", "lastName"=>"S", "type"=>"PASSPORT", "uniqueIdentifier"=>"AA299822313", "issueDate"=>"2017-01-01", "issuerCountry"=>"IN", "issuerState"=>"", "expiryDate"=>"2027-12-31"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"errorMessage":null,"success":true}