AccessKeyCreateResponse
access_keyAccess Key
Object-storage access key.
Example:
AKUXU7D1M49L3NR9YJHUcreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
Example:
2026-05-06T15:18:42ZidId
Unique numeric identifier.
Example:
7613regionRegionsEnum
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
Example:
CANADA-1secret_keySecret Key
The corresponding secret key. This is only returned at the time of creation, store it securely.
Example:
IfzGQzxPiwi6mCOncLvNxVdItKPZh0dcMxAwcnpuuser_idUser Id
Identifier of the user.
Example:
8429descriptionobject
An optional description of the API key.
Example:
exampleAccessKeyCreateResponse
{
"access_key": "AKUXU7D1M49L3NR9YJHU",
"created_at": "2026-05-06T15:18:42Z",
"id": 7613,
"region": "CANADA-1",
"secret_key": "IfzGQzxPiwi6mCOncLvNxVdItKPZh0dcMxAwcnpu",
"user_id": 8429,
"description": "example"
}
Was this page helpful?