get
https://api.linode.com//object-storage/keys
Returns a paginated list of Object Storage access keys for authentication.
linode-cli object-storage keys-list
Learn more...object_storage:read_only
Learn more...Returns a paginated list of Object Storage access keys for authentication.
linode-cli object-storage keys-list
Learn more...object_storage:read_only
Learn more...xxxxxxxxxxcurl --request GET \--url https://api.linode.com/v4/object-storage/keys \--header 'accept: application/json'
xxxxxxxxxx29{"data": [{"access_key": "ABCDEFGHI1JKL2MNOP34","bucket_access": [{"bucket_name": "example-bucket","cluster": "us-west-1","permissions": "read_only","region": "us-west"}],"id": 123,"label": "my-key","limited": true,"regions": [{"endpoint_type": "E1","id": "us-west","s3_endpoint": "us-west-00.linodeobjects.com"}],"secret_key": "[REDACTED]"}],"page": 1,"pages": 1,"results": 1}