From 644495c49b654a53f36e15c7b7ad54e33319a81d Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Mon, 7 Oct 2024 12:28:26 -0500 Subject: [PATCH] Update company.yaml - updated BearerToken description --- docs/b2b-edition/specs/storefront/storefront/company.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/b2b-edition/specs/storefront/storefront/company.yaml b/docs/b2b-edition/specs/storefront/storefront/company.yaml index 6fb17144c..7bdfbc922 100644 --- a/docs/b2b-edition/specs/storefront/storefront/company.yaml +++ b/docs/b2b-edition/specs/storefront/storefront/company.yaml @@ -5023,7 +5023,7 @@ components: ### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| - |`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| Obtained using the [BigCommerce Current Customer API](/docs/rest-authentication/current-customer) endpoint. | + |`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| You can obtain this token using the steps described in the [REST Storefront API](/b2b-edition/docs/authentication#rest-storefront-api) section of the [Authentication for hosted storefront](https://developer.bigcommerce.com/b2b-edition/docs/authentication) article. | type: apiKey in: header tags: