Get all Custom Fields by Scope
get
https://{{accountSlug}}.myeshopbox.com/api/platform
/v1/property/scopes
Get all Custom Fields by Scope
curl
curl --location --request GET 'http://localhost:8080/_ah/api/esb/v1/property/scopes' \
--header 'Content-Type: application/json' \
--header 'Authorization: '
Last modified 2yr ago