curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Lists the built-in retailer companion-guide profiles (Walmart, Target,
Amazon, plus Sephora/Ulta placeholders). Public: the ‘which retailers do you support’ surface behind the marketing site and the free compliance checker.
GET
/
v1
/
retailer-profiles
curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Amazon, plus Sephora/Ulta placeholders). Public: the ‘which retailers do you
support’ surface behind the marketing site and the free compliance checker.
Response
No response body. Built-in retailer companion-guide profiles.Status codes
| Code | Meaning |
|---|---|
200 | Built-in retailer companion-guide profiles |
curl --request GET \
--url 'https://edi.stateset.com/v1/retailer-profiles' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026