Account Reauthorisation
Last updated May 13th, 2024
post
api.withmono.com/v2/accounts/initiatev1.0
Use this endpoint to reauthorise a previously linked account
Body
Headers
Request
1234567891011
curl --request POST \
--url https://api.withmono.com/v2/accounts/initiate \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'mono-sec-key: string' \
--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: