curl --request POST \
--url http://localhost/mogl/mogl-backend/api/create_connect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_holder_name": "John Smith",
"routing_number": "110000000",
"account_number": "000123456789",
"ssn_number": "1234"
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/create_connect \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"account_holder_name": "John Smith",
"routing_number": "110000000",
"account_number": "000123456789",
"ssn_number": "1234"
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Connect account created/link returned