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