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/

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

GetSourceFiles

Request

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

Responses

OK

Bodyapplication/jsonArray [
sourceIdstring or null

Identifier of the source system or provider from which the file was obtained.

typestring or null

Type or category of the file (e.g., PDF, XML, CSV).

namestring or null

Name of the file, typically used for display or download purposes.

sizeInBytesinteger or null(int64)

Size of the file in bytes.

idstring(uuid)

Unique identifier of the source file.

]
Response
application/json
[ { "sourceId": "string", "type": "string", "name": "string", "sizeInBytes": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } ]

GetSourceFile

Request

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

Responses

OK

Bodyapplication/json
sourceIdstring or null

Identifier of the source system or provider from which the file was obtained.

typestring or null

Type or category of the file (e.g., PDF, XML, CSV).

namestring or null

Name of the file, typically used for display or download purposes.

sizeInBytesinteger or null(int64)

Size of the file in bytes.

idstring(uuid)

Unique identifier of the source file.

Response
application/json
{ "sourceId": "string", "type": "string", "name": "string", "sizeInBytes": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }

GetSourceFileContent

Request

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

Responses

OK

Bodyapplication/json
sourceIdstring or null

Identifier of the source system or provider from which the file was obtained.

typestring or null

Type or category of the file (e.g., PDF, XML, CSV).

namestring or null

Name of the file, typically used for display or download purposes.

sizeInBytesinteger or null(int64)

Size of the file in bytes.

contentBase64string or null(byte)required

Base64-encoded binary content of the file.

Response
application/json
{ "sourceId": "string", "type": "string", "name": "string", "sizeInBytes": 0, "contentBase64": "string" }

AccountStatements

Operations

Attachments

Operations

Categorizations

Operations

Consumer

Operations

Court

Operations

Identity verification

Operations

Immovables

Operations

LegalEntities

Operations

Metrics

Operations

NegativeTradelines

Operations

PersonDetails

Operations

PositiveTradelines

Operations

RegistryIncomes

Operations

Scores

Operations