cURL
curl --request POST \ --url https://api.callaro.ai/api/v1/auth/confirm-email \ --header 'Content-Type: application/json' \ --data ' { "confirmation_token": "<string>", "token": "<string>" } '
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
Confirmed
Was this page helpful?