Create Account Linking Session
Last updated July 8th, 2025
post
api.withmono.com/v2/connect/sessionv1.0
This resource creates a connect session.
Body Params
Headers
Request
123456789101112131415
curl --request POST \
--url https://api.withmono.com/v2/connect/session \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: string' \
--data '{
"institution": "",
"auth_method": "mobile_banking"
"scope" : "financial_data",
"customer": {
"name": "Samuel Olamide",
"email": "samuel@neem.com",
}
}
'
Response
Choose an option from the drop down or click one of these buttons to see an example: