ℹ️ These docs are deprecated. Move to the current v2.0 Galileo docs.
cURL
curl --request POST \ --url https://api.staging.galileo.ai/v1/verify_email \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "access_token": "<string>", "token_type": "bearer" }
Successful Response
Was this page helpful?