cURL
curl --request GET \ --url https://api.quiva.ai/accounts/email-code \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Sends a verification code to the user’s email
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Email code sent successfully