cURL
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" }
Successful Response
Was this page helpful?