You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Purpose
This method allows to view Person's (MPI) details.
Specification
Input parameter | Values | Type | Description | Example |
---|
id | | String | Person identifier | b075f148-7f93-4fc2-b2ec-2d81b19a9b7b |
Dictionaries
GENDER
AUTHENTICATION_METHOD
DOCUMENT_TYPE
Request structure
See on Apiary
Authorize
Request to process the request using a token in the headers.
Content-Type:application/json
Authorization:Bearer {{access_token}}
Request data validation
Processing
Response structure
Example:
Response example. Code: 200
{
"meta": {
"code": 200,
"url": "https://example.com/resource",
"type": "object",
"request_id": "6617aeec-15e2-4d6f-b9bd-53559c358f97#17810"
},
"data": {
"id": "b075f148-7f93-4fc2-b2ec-2d81b19a9b7b",
"status": "active",
"first_name": "Петро",
"last_name": "Іванов",
"second_name": "Миколайович",
"birth_date": "1991-08-19",
"birth_country": "Україна",
"birth_settlement": "Вінниця",
"tax_id": "3126509816",
"unzr": "19910819-00011",
"gender": "FEMALE",
"authentication_method_current": {
"type": "OTP",
"number": "+380937777785"
},
"documents": [
{
"type": "PASSPORT",
"number": "АА120518",
"expiration_date": "2021-02-28",
"issued_by": "Рокитнянським РВ ГУ МВС Київської області",
"issued_at": "2017-02-28"
}
]
}
}
HTTP status codes
Backward compatibility