Get App Settings
| Scope: | get_app_settings |
| App Type: | All |
| Authorization Type: | App Credentials |
| Url: | v3/appsettings?keys={keys}&agency={agency}&appId={appId}&appSecret={appSecret} |
| HTTP Method: | GET |
Response Information
application/json
{
"settings": [
{
"key": "sample string 1",
"value": "sample string 2"
}
]
}