Login

Last updated July 2nd, 2025

post api.withmono.com/v2/connect/login
v1.0

The Login endpoint is used to log in to the user's bank account using the session ID. This requires the session_id returned from the Create Session endpoint and also the username (usually their email or account number) and password fields.

Body Params
Headers

Request

1234567891011
curl --request POST \
     --url https://api.withmono.com/v2/connect/login \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --header 'x-session-id: sess_vmx9qk1qmwmw8tgmad460fg7' \
     --data '{
        "username": "2000123456",
        "password": "******"
}
',

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?