cURL
curl --request POST \ --url https://api.galileo.ai/v2/verify_email \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "access_token": "<string>", "token_type": "bearer" }
Documentation IndexFetch the complete documentation index at: https://docs.galileo.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?