List available scenarios for your organization
You need to have an access token in order to list available scenarios for your organization.
The steps to get a token are described here: How to get your token
You can also read the documentation Understanding Scenario-based Data Collection.
Scenarios available to your organization can be listed via API using the https://apis.supplierxm.salsify.com/public/v1/validation/rulesets/requestable endpoint. Its reference is available here: List available scenarios for your organization.
curl --request GET \
--url https://apis.supplierxm.salsify.com/public/v1/validation/rulesets/requestable \
--header 'Authorization: Bearer SALSIFY_TOKEN'
For each scenario, it returns the displayed name of the ruleset label
and the id
(which will be used to activate or deactivate it on a list of products).
API References
Updated over 2 years ago