users-rectangleAPI Endpoints

The below provides developers with essential information on how to integrate and interact with the API, covering key methods, data formats, request/response structures, and error handling protocols.

circle-exclamation

Send banking transaction data for insights analysis

post

This endpoint is provided to allows customers to send MogoPlus banking data in a single payload. MogoPlus does not set bounds on the data submitted, so API consumers can submit the data pertinent to their needs. If a given dataset is not required for insights analysis - for example, balances is not required - the data can simply be omitted. The minimum requirements will, however is account and transaction data, which must be supplied for meaningful analysis to take place. API consumers can submit data from multiple applicants or across multiple accounts in a single request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

Banking data supplied by customer participant

Responses
post
/api/application

Retrieve the banking data insights report

get

This endpoint provides the insights report. If processing is ongoing the endpoint will return a 204 to indicate no data is available.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
applicationIdstringRequired

A valid V4 UUID

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$
Responses
chevron-right
200

The banking data insights report

application/json

Provides both the state of processing and the response data. Whilst processing is ongoing the data object will be omitted.

reportStringstringRequired
get
/api/application/{applicationId}

Last updated

Was this helpful?