mono-logo

Account Reauthorisation

April 8th, 2024

Learn more

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

Use this endpoint to reauthorise a previously linked account

Body
Headers

Request

12345678910
curl --request POST \
  --url https://api.withmono.com/v2/accounts/initiate \
  --header 'Content-Type: application/json' \
  --header 'accept: application/json' \
  --data '{ 
    "meta": { "ref": "099777"},
    "scope": "reauth",
    "account": "65c4c03aa66a95b572cb5a86",
    "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?