Refreshes keys for a managed scope JWT setting.
The Environment ID can be found under the Details Tab in the Environment Settings.
The Scope ID can be found in the Scope Details in the Platform Environment Settings.
The JWT settingID can be found in the Manage JWT Settings section in the relevant Scope when the Scope Auth Method is set to Authorization JWT
JWT refresh triggered
{
"data": {
"scopeId": "customer-api",
"settingId": "customer-jwks",
"message": "Refresh triggered"
}
}JWT refresh response.
The Scope ID can be found in the Scope Details in the Platform Environment Settings.
The JWT settingID can be found in the Manage JWT Settings section in the relevant Scope when the Scope Auth Method is set to Authorization JWT
Refresh operation message.
Invalid request.
Missing permission for the environment.
Scope or JWT setting not found.
Internal Server Error