API endpoints for managing application and client settings.
Endpoint | Methods |
---|---|
View Client Settings/config/{appId}/clients/{apiClientId}/settingsReturns setting values for the specified API client. |
|
Modify Client Settings/config/{appId}/clients/{apiClientId}/settingsModifies setting values for the specified API client. |
|
View Application Settings/config/{appId}/settingsReturns the global settings for an application. |
|
Modify Application Settings/config/{appId}/settingsModifies the global settings for an application. |
|
View all Available Application Settings/config/{appId}/settings/optionsView the standard settings available for use with an application or API client. The API response represents only the built-in settings; you can also create custom settings that can be applied to an application or API client. |
|