Mifundo Consumer API.
Mifundo Consumer API 1.0 (1.0)
- Mock serverhttps://doc.mifundo.com/_mock/mca/v1/sessions/{sessionId}/person-details
- Production APIhttps://api.mifundo.com/mca/v1/sessions/{sessionId}/person-details
- Test APIhttps://apitest.mifundo.com/mca/v1/sessions/{sessionId}/person-details
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://doc.mifundo.com/_mock/mca/v1/sessions/{sessionId}/person-details' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'OK
List of Data Provider sources indicating where the response data was obtained from.
Given names of the person, such as first and middle names, from various sources.
Family or last names of the person from various sources.
Birth dates of the person collected from different sources.
Country-specific PIN, NIN, or other identity codes used for uniquely identifying a person.
Residential or registered addresses of the person.
Government-issued identification documents such as passports or ID cards.
ISO 3166-1 alpha-3 country codes indicating the citizenship(s) held by the data subject.
Marital statuses of the person (e.g., single, married).
Number of underage children associated with the person.
Highest levels of education attained by the person.
Response
application/json
{ "sources": [ { … } ], "givenNames": [ { … } ], "familyNames": [ { … } ], "birthDates": [ { … } ], "personalIdentityCodes": [ { … } ], "telephones": [ { … } ], "emails": [ { … } ], "addresses": [ { … } ], "documents": [ { … } ], "citizenships": [ { … } ], "maritalStatuses": [ { … } ], "underageChildrenCounts": [ { … } ], "educations": [ { … } ], "genders": [ { … } ], "customerStatuses": [ { … } ] }