Valid BigCommerce auth token triggers 'Authorization Error' getting webhooks?
问题 I've gone through the two step oAuth process to get a long lived access token. I can validate that the access token is valid by successfully making several API calls with cURL... curl -XGET -H 'X-Auth-Client: xxxxxxxxxxxxxxxxxxx' -H 'X-Auth-Token: xxxxxxxxxxxxxxxxxxx' https://api.bigcommerce.com/stores/xxxxx/v2/products ...returns the store products as expected. Provisioning webhooks returns results as expected. However requesting the list of webhooks: curl -XGET -H 'X-Auth-Client: