This documentation is created for Cardtonic Business Users Cardtonic
{ "email": "george@thetonictech.com" }
curl --location --request POST 'https://api.cardtonic.com/v1/auth/resend-verification-email' \ --header 'X-Tonic-Env: development' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "george@thetonictech.com" }'
{ "message": "a new email verification link has been sent to your mail", "success": true, "data": { "token": "Mil-IM1fo5cWdvlJZq2p0", "email": "george@thetonictech.com" }, "meta": null }