Skip to main content
POST
/
api
/
v1
/
auth
/
confirm-email
Confirm email
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>"
}

Body

application/json
confirmation_token
string | null
token
string | null

Response

Confirmed

data
object
message
string | null
meta
object
request_id
string | null