Provider tenants
Rotate an owned tenant API key (new plainTextKey once)
Authorization
provider-key x-provider-key<token>
Provider control-plane key (reseller: manage owned tenants)
In: header
Path Parameters
id*string
Tenant CUID
keyId*string
API key CUID to rotate
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/provider/tenants/string/api-keys/string/rotate" \ -H "Content-Type: application/json" \ -d '{}'Empty