curl --request GET \ --url https://api.galileo.ai/v2/token \ --header 'Galileo-API-Key: <api-key>'
{ "access_token": "<string>", "token_type": "bearer", "expires_at": "2023-11-07T05:31:56Z" }
Successful Response
The response is of type object.
object