AccessKeyListResponse
access_keys object[]
Object-storage access keys.
Array [
access_keyAccess Key
Object-storage access key.
Example:
AKW370C2J7Z47QL6SV22created_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
Example:
2026-05-07T11:47:30ZidId
Unique numeric identifier.
Example:
4501regionRegionsEnum
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
Example:
CANADA-1user_idUser Id
Identifier of the user.
Example:
1129descriptionobject
An optional description of the API key.
Example:
example]
meta object
Pagination metadata.
countCount
Number of items returned in the current page.
Example:
5current_pageCurrent Page
The current page number.
Example:
1total_pagesTotal Pages
Total number of available pages.
Example:
1AccessKeyListResponse
{
"access_keys": [
{
"access_key": "AKW370C2J7Z47QL6SV22",
"created_at": "2026-05-07T11:47:30Z",
"id": 4501,
"region": "CANADA-1",
"user_id": 1129,
"description": "example"
}
],
"meta": {
"count": 5,
"current_page": 1,
"total_pages": 1
}
}
Was this page helpful?