Skip to main content
Platform Operations/Platforms

RotateAccessKeys

Rotate access keys for a platform and return the new credentials.

POST/api/v1/platforms/{uuid}/rotate-keys

Operation ID

RotateAccessKeys

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • uuid
    StringRequired

    UUID of the platform whose access keys should be rotated

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • accessKeyId
    String

    New access key ID after rotation

    Example: AKID9876543210

  • accessKeySecret
    String

    New access key secret after rotation

    Example: new-secret-value-abc