AccessKeyResponse
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:
exampleAccessKeyResponse
{
"access_key": "AKW370C2J7Z47QL6SV22",
"created_at": "2026-05-07T11:47:30Z",
"id": 4501,
"region": "CANADA-1",
"user_id": 1129,
"description": "example"
}
Was this page helpful?