API endpoints for managing API client and application settings.
Endpoint | Methods |
---|---|
View an Application Setting/settings/get_defaultView the value of an application key. |
|
Modify an Application Setting/settings/set_defaultUpdate an application key. |
|
Modify Multiple Application Settings/settings/set_default_multiAssign multiple keys to an application. |
|
Delete an Application Setting/settings/delete_defaultDelete an application key. |
|
List Your Client Settings/settings/keysView all the keys assigned to an API client. |
|
View an API Client Setting/settings/getView the specified key value for an API client. |
|
Delete an API Client Setting/settings/deleteDelete an API client key. |
|
Modify a Client Setting/settings/setAssign a key-value pair to an application. |
|
View Multiple Client Settings/settings/get_multiView multiple keys and key values for an API client. |
|
Modify Multiple Client Settings/settings/set_multiAssign multiple settings to an API client. |
|
View Multiple Client Setting Values/settings/itemsView all the client settings for an API client. |
|