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

Request

Security
keycloakAuthLive or keycloakAuthTest
Path
sessionIdstring(uuid)required
curl -i -X GET \
  'https://doc.mifundo.com/_mock/mca/v1/sessions/{sessionId}/metrics' \
  -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.

metricsArray of objects or null(MetricItem)

List of reported metrics collected from various sources.

Response
application/json
{ "sources": null, "metrics": null }
Operations
Operations
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