ℹ️ These docs are deprecated. Move to the current v2.0 Galileo docs.
cURL
curl --request GET \ --url https://api.staging.galileo.ai/v1/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?