mono-logo

Initiate Account Linking

April 15th, 2024

post api.withmono.com/v2/accounts/initiate
v1.0

This resource is to initiate linking an account.

Kindly Note

Kindly Note

API calls made in Sandbox mode are free.

  • Ensure you have funds in your wallet to make calls in live mode.
Body Params
Headers

Request

123456789101112131415
curl --request POST \
     --url https://api.withmono.com/v2/accounts/initiate \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --data '{
    "customer": {
        "name": "Samuel Olamide",
        "email": "samuel.nomo@mono.co"
    },
    "meta": { "ref": "99008877TEST"},
    "scope": "auth",
    "redirect_url": "https://mono.co"
}
'

Response

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

Did this page help you?