List specific settings
GET/v1/settings
List setting values for specific keys. Credentials are masked: the credentials in any proxy or webhook URL and the values of custom webhook headers read back as "******", and encrypted secrets are returned as booleans. A masked value is not the stored one - POST /v1/settings skips it when it matches the stored value and refuses it otherwise.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Returns the values of the settings requested via query arguments. Secrets are masked.
Invalid input - the path parameters, query arguments, or request payload did not pass validation
Authentication failed - the access token is missing, invalid, or was not accepted
Access denied - the access token does not grant permission for this operation (token scope, account, or IP address restriction)
Rate limit exceeded - too many requests were made with this access token
Internal server error - an unexpected error occurred while processing the request