2. Upload verification document data

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

Request Body

{"firstName"=>"Oliver", "lastName"=>"Wilson", "type"=>"IDENTITY_CARD", "uniqueIdentifier"=>"AA299822313", "issueDate"=>"2017-12-31", "issuerCountry"=>"EE", "issuerState"=>"", "expiryDate"=>"2027-12-31"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

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