From 910649277af89aab4f079c4064ddc7b58aaa2e32 Mon Sep 17 00:00:00 2001 From: Stanislav Idolov Date: Thu, 7 Nov 2024 10:45:13 -0600 Subject: [PATCH] Update Company header name in gs-web-api-request.md --- src/pages/get-started/gs-web-api-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/get-started/gs-web-api-request.md b/src/pages/get-started/gs-web-api-request.md index f8479d5c1..9cd6b6fa6 100644 --- a/src/pages/get-started/gs-web-api-request.md +++ b/src/pages/get-started/gs-web-api-request.md @@ -54,7 +54,7 @@ HTTP header | Description | Syntax --- | --- | --- `Authorization` | Required, except for calls made on behalf of a guest. Specifies the authentication token that proves you as the owner of a customer, admin, or integration account. You specify the token in the `Authorization` request header with the `Bearer` HTTP authorization scheme. | `Authorization: Bearer `

`` is the authentication token returned by the token service. See [Authentication](./authentication/). `Accept` | Optional. Specifies the format of the response body. Default is `JSON`. | `Accept: application/`

`` is either `JSON` or `XML`. -`Company` | Optional. The Company ID scope for the request when a company user is assigned to more than one company. If this value is omitted, the user's default company scope is used. Use the `/V1/customers/:customer_id` call to get the company ids associated with a company user account.| `` +`X-Adobe-Company` | Optional. The Company ID scope for the request when a company user is assigned to more than one company. If this value is omitted, the user's default company scope is used. Use the `/V1/customers/:customer_id` call to get the company ids associated with a company user account.| `` `Content-Type` | Required for operations with a request body. Specifies the format of the request body. | `Content-Type:application/`

`` is either `JSON` or `XML`. `X-Captcha` | A shopper-entered CAPTCHA value. It is required when a shopper enters a CAPTCHA value on the frontend, unless an integration token is provided. Forms requiring CAPTCHA values are configured at **Stores** > **Configuration** > **Customers** > **Customer Configuration** > **CAPTCHA** > **Forms**. | String `X-ReCaptcha` | A value generated by the Google reCAPTCHA API. It is required when reCAPTCHA is enabled for certain forms, unless an integration token is provided. Forms requiring reCAPTCHA values are configured at **Stores** > **Security** > **Google reCAPTCHA Storefront** > **Storefront**. | String