cURL
curl --request GET \ --url https://api.galileo.ai/v2/token \ --header 'Galileo-API-Key: <api-key>'
{ "access_token": "<string>", "expires_at": "2023-11-07T05:31:56Z", "token_type": "bearer" }
Successful Response
Was this page helpful?