get https://{hostname}/config//clients//settings
Returns the settings associated with a specific API client. Client settings, global settings, and custom settings are returned as separate JSON objects.
Responses
Returns the settings associated with a specific API client. Client settings, global settings, and custom settings are returned as separate JSON objects.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/clients/client_id/settings \
--header 'accept: application/json'
xxxxxxxxxx
23{
"_self": "/config/73jzx34tnr5ruhsze494ssgz2b/clients/nhjsdtjwvaytevc2w5sx42skggvjn7bu/settings",
"default_flow_name": "standard",
"default_flow_version": "20170915215708415365",
"email_method": "ses_sync",
"rpx_app_id": "kbcpdniaklcfajlapmif",
"rpx_key": "69a70c57f856dcb7a28f672fc0c8e8556c1e3672",
"rpx_realm": "capture",
"site_name": "New Test Site",
"_global": {
"_self": "/config/73jzx34tnr5ruhsze494ssgz2b/settings",
"cache_settings": 0,
"default_flow_name": "standard",
"default_flow_version": "20170915215708415365",
"email_method": "ses_sync",
"password_recover_url": "https://documentation.akamai.com/#/passwordReset",
"rpx_app_id": "kbcpdniaklcfajlapmif",
"rpx_key": "69a70c57f856dcb7a28f672fc0c8e8556c1e3672",
"rpx_realm": "capture",
"site_name": "https://documentation.akamai.com"
},
"custom": {}
}