Skip to content

Mifundo Consumer API 1.0 (1.0)

Mifundo Consumer API.

Download OpenAPI description
Languages
Servers
Mock server
https://doc.mifundo.com/_mock/mca
Production API
https://api.mifundo.com/mca
Test API
https://apitest.mifundo.com/mca
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Security
keycloakAuthLive or keycloakAuthTest
Path
sessionIdstring(uuid)required
curl -i -X GET \
  'https://doc.mifundo.com/_mock/mca/v1/sessions/{sessionId}/person-details' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
sourcesArray of objects or null(Source)

List of Data Provider sources indicating where the response data was obtained from.

givenNamesArray of objects or null(StringSourcedValue)

Given names of the person, such as first and middle names, from various sources.

familyNamesArray of objects or null(StringSourcedValue)

Family or last names of the person from various sources.

birthDatesArray of objects or null(DateOnlySourcedValue)

Birth dates of the person collected from different sources.

personalIdentityCodesArray of objects or null(PersonalIdentityCodeSourcedValue)

Country-specific PIN, NIN, or other identity codes used for uniquely identifying a person.

telephonesArray of objects or null(StringSourcedValue)

Telephone numbers associated with the person.

emailsArray of objects or null(StringSourcedValue)

Email addresses associated with the person.

addressesArray of objects or null(AddressSourcedValue)

Residential or registered addresses of the person.

documentsArray of objects or null(DocumentSourcedValue)

Government-issued identification documents such as passports or ID cards.

citizenshipsArray of objects or null(StringSourcedValue)

ISO 3166-1 alpha-3 country codes indicating the citizenship(s) held by the data subject.

maritalStatusesArray of objects or null(MaritalStatusTypeSourcedValue)

Marital statuses of the person (e.g., single, married).

underageChildrenCountsArray of objects or null(Int32SourcedValue)

Number of underage children associated with the person.

educationsArray of objects or null(EducationTypeSourcedValue)

Highest levels of education attained by the person.

gendersArray of objects or null(GenderSourcedValue)

Gender information of the person.

customerStatusesArray of objects or null(CustomerStatusTypeSourcedValue)

Status of the person as a customer, such as active or inactive.

Response
application/json
{ "sources": null, "givenNames": null, "familyNames": null, "birthDates": null, "personalIdentityCodes": null, "telephones": null, "emails": null, "addresses": null, "documents": null, "citizenships": null, "maritalStatuses": null, "underageChildrenCounts": null, "educations": null, "genders": null, "customerStatuses": null }
Operations
Operations
Operations

Sessions

Session is a collection of inputs for retrieving various sets of information

Operations

SourceFiles

Original responses from credit bureaus and other sources of information

Operations
Operations