Skip to main content

AccessKeyCreateResponse

access_keyAccess Key

Object-storage access key.

Example: AKUXU7D1M49L3NR9YJHU
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was created.

Example: 2026-05-06T15:18:42Z
idId

Unique numeric identifier.

Example: 7613
regionRegionsEnum

Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).

Possible values: [CANADA-1]

Example: CANADA-1
secret_keySecret Key

The corresponding secret key. This is only returned at the time of creation, store it securely.

Example: IfzGQzxPiwi6mCOncLvNxVdItKPZh0dcMxAwcnpu
user_idUser Id

Identifier of the user.

Example: 8429
descriptionobject

An optional description of the API key.

Example: example
AccessKeyCreateResponse
{
"access_key": "AKUXU7D1M49L3NR9YJHU",
"created_at": "2026-05-06T15:18:42Z",
"id": 7613,
"region": "CANADA-1",
"secret_key": "IfzGQzxPiwi6mCOncLvNxVdItKPZh0dcMxAwcnpu",
"user_id": 8429,
"description": "example"
}