v1
latestSwagger 2.02026-08-04232286653.5 KBS3Keys
Creates an S3 access key in the organization and returns the access key ID and one-time secret key.
post/organizations/{org_id}/storage/s3/keys
Path parameters
org_idstring required
ID of the organization that owns the S3 access key.
Request body
Example request
{
"alias": "my-service-account",
"expire_at": "2022-12-03T19:58:34Z"
}Response
Example response
{
"access_key_id": "S3U_ab4a6b00aa5f408ea9fbac6de5eb45ab",
"expire_at": "2022-12-03T19:58:34Z",
"secret_key": "K7i+q0..."
}