Get SettingGET
Return a single client profile setting by profile ID and setting key.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Path Parameters
profileIdRequiredstringThe client profile ID that owns this setting.
keyRequiredstringSetting key. Pattern: ^[A-Za-z0-9_-:#]+$, max 256 chars.
A successful response.