Apikeyrotationresult
Represents the result of an API key rotation.
apiKeystringrequired
The new API key created after rotating an existing API key.
idstringrequired
The API key ID. You must base any identification process on the the API key ID as it is guaranteed to be unique.
secretKeystringrequired
The new secret key created after rotating an existing API key.
Apikeyrotationresult
{
"apiKey": "string",
"id": "string",
"secretKey": "string"
}