Get License Info
GET/api/v1/admin/license/info
Get License Info
curl https://api.cloud.llamaindex.ai/api/v1/admin/license/info \
-H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"{
"expires_at": "2019-12-27T18:11:19.117Z",
"status": "status",
"message": "message",
"scopes": [
"string"
]
}Returns Examples
{
"expires_at": "2019-12-27T18:11:19.117Z",
"status": "status",
"message": "message",
"scopes": [
"string"
]
}