GET
/
v2
/
token
curl --request GET \
  --url https://api.acme.rungalileo.io/v2/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

Query Parameters

organization_id
string | null
organization_slug
string | null

Response

200
application/json
Successful Response

The response is of type object.