GET
/
v1
/
token
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"
}

Authorizations

Galileo-API-Key
string
header
required

Response

200 - application/json
Successful Response
access_token
string
required
expires_at
string
required
token_type
string
default:
bearer