Token exchange
Last updated Mar 10th, 2025
post
api.withmono.com/account/authv1.0
This resource is to exchange the temporary token for a permanent account ID
Body
Headers
Request
123456
curl --request POST \
--url https://api.withmono.com/account/auth \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'mono-sec-key: string' \
--data '{"code":"string"}'
Response
Choose an option from the drop down or click one of these buttons to see an example: