cURL
curl --request GET \ --url https://api.example.com/vendor/configuration \ --header 'Authorization: Bearer <token>'
{ "configuration_rules": [ { "id": "<string>", "rule_type": "<string>", "is_enabled": true } ] }
Retrieves marketplace rules list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes