curl --request GET \
--url https://api.example.com/v1/ui/secret-keys{
"sandbox": [
{}
],
"live": [
{}
],
"liveEnabled": true,
"liveDisabledReason": "<string>"
}Retrieves all secret keys for the authenticated provider (both sandbox and live).
curl --request GET \
--url https://api.example.com/v1/ui/secret-keys{
"sandbox": [
{}
],
"live": [
{}
],
"liveEnabled": true,
"liveDisabledReason": "<string>"
}