Reauth Session

Last updated July 2nd, 2025

post api.withmono.com/v2/connect/reauth/session
v1.0

This resource is used to reauthorise an account.

Body Params
Headers

Request

123456789
curl --request POST \
     --url https://api.withmono.com/v2/connect/reauth/session \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --data '{
            "account": "adcsjudiiwondfwffqa",
    }
'

Response

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

Did this page help you?