API Reference
- Api reference
- Getting Started
- Schemas
protect
trace
log_stream
experiment
feedback
API Reference
auth
Get Token
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
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
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"
}