Skip to main content

AccessKeyResponse

access_keyAccess Key

Object-storage access key.

Example: AKW370C2J7Z47QL6SV22
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was created.

Example: 2026-05-07T11:47:30Z
idId

Unique numeric identifier.

Example: 4501
regionRegionsEnum

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

Possible values: [CANADA-1]

Example: CANADA-1
user_idUser Id

Identifier of the user.

Example: 1129
descriptionobject

An optional description of the API key.

Example: example
AccessKeyResponse
{
"access_key": "AKW370C2J7Z47QL6SV22",
"created_at": "2026-05-07T11:47:30Z",
"id": 4501,
"region": "CANADA-1",
"user_id": 1129,
"description": "example"
}