Redirects
- Host: api.bigcommerce.com/stores/store_hash/v3
- Protocols:
https
- Accepts:
application/json
- Responds With:
application/json
Manage 301 redirects for one or more storefronts powered by a single BigCommerce back-end.
On This Page
Authentication
Requests can be authenticated by sending an access_token
via X-Auth-Token
HTTP header:
GET /stores/store_hash/v3/catalog/summary
host: api.bigcommerce.com
Accept: application/json
X-Auth-Token: {access_token}
Header | Parameter | Description |
---|---|---|
X-Auth-Token |
access_token |
Obtained by creating an API account or installing an app in a BigCommerce control panel. |
For more information on Authenticating BigCommerce APIs, see: Authentication.