Commit Session
Last updated July 2nd, 2025
post api.withmono.com/v2/connect/commitv1.0 
This resource is used to finalise the account linking session if further input is required.
Body Params
Headers
Request
123456789101112
curl --request POST \
     --url https://api.withmono.com/v2/connect/commit \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --header 'x-session-id: sess_aychsq6skstpejxt86gyynkc' \
     --data '{
            "accountNumber": "2000123456",
            "otp": "123456",
            "answer" : "dog",
    }
'
Response
Choose an option from the drop down or click one of these buttons to see an example:
