Skip to main content
POST
/
v2
/
verify_email
Verify Email
curl --request POST \
  --url https://api.galileo.ai/v2/verify_email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "access_token": "<string>",
  "token_type": "bearer"
}

Query Parameters

verification_token
string
required

Body

application/json
email
string<email>
required

Response

Successful Response

access_token
string
required
token_type
string
default:bearer