This documentation is created for Cardtonic Business Users Cardtonic
{ "token": "I46xcijA9RBNP35xxt5ol", "otp": "3271" }
curl --location --request PATCH 'https://api.cardtonic.com/v1/auth/verify-email' \ --header 'X-Tonic-Env: development' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "I46xcijA9RBNP35xxt5ol", "otp": "3271" }'
{ "success": false, "message": "validation errors", "meta": { "settings": {} }, "errors": [ { "message": "provide the token", "field": "token", "location": "body" }, { "message": "provide the otp", "field": "otp", "location": "body" } ] }