Get available filter values
documentedReturn available filter attributes/values for catalogs.
GET /catalogs/available_filter_valuesCatalogsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "{{baseUrl}}/catalogs/available_filter_values?catalog_id={{catalog_id}}&feed_id={{feed_id}}&country={{country}}&language={{language}}&ad_account_id={{ad_account_id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"