mono-logo

Exchange Token

April 8th, 2024

Learn more

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

Use this endpoint to request an account ID (that identifies the authenticated account) after successful enrolment on the Mono Connect widget.

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
Headers

Request

12345
curl --request POST \
  --url https://api.withmono.com/v2/accounts/auth \
  --header 'Content-Type: application/json' \
  --header 'accept: application/json' \
  --data '{"code":"string"}'

Response

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

Did this page help you?