This API call generates a managed Scope Secret key and returns the value.
The Environment ID can be found under the Details Tab in the Environment Settings.
Scope ID can be found in the Scope Details in the Platform Environment Settings.
The Scope Key ID can be found in the Manage Key Settings section in the relevant Scope when the Scope Auth Method is set to Request Secret or Secret Header.
Secret key regenerated
{
"data": {
"scopeId": "customer-api",
"keyId": "Key_1",
"value": "6b1f8d7c-3fd0-49c4-a58f-37d4a06d3c53"
}
}Secret regeneration response.
Scope ID can be found in the Scope Details in the Platform Environment Settings.
The Scope Key ID can be found in the Manage Key Settings section in the relevant Scope when the Scope Auth Method is set to Request Secret or Secret Header.
Plaintext secret value returned once after regeneration.
Invalid request.
Missing permission for the Environment.
Scope or secret key not found.
Internal Server Error