Get API key
Container as a Service
Get API key
Get detailed information about a specific API key.
GET
Get API key
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project id
Example:
1
Region id
Example:
1
Key name
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9.-]+[a-zA-Z0-9]$Example:
"key-name"
Response
200 - application/json
OK
List of containers using key
Example:
[
{
"name": "my-container",
"namespace": "space"
}
]Key starts to work
Example:
"2023-08-22T11:21:00Z"
Key description
Example:
"my first key"
Key expires at
Example:
"2023-07-31T00:00:00Z"
Set to true if key is disabled
Example:
false
Key name
Example:
"my-key"
Source of the apikey, can be 'cloud' or 'iate'
Example:
"cloud"
Key status
Example:
"Expired"