Updated on 2022-02-22 GMT+08:00

Common Request Parameters

Table 1 Common request header fields

Parameter

Description

Mandatory

Examples

Content-type

MIME type of the body in the request.

Yes

application/json

Content-Length

Length of the request body. The unit is byte.

This parameter is optional for POST or PUT requests, but not required for GET requests.

3495

X-Auth-Token

User token.

Yes

MIINRwYJKoZIhvcNAQcCoIINODCCDTQCAQExDTALBglghkgBZQMEAgEwgguVBgkqhkiG...

X-Language

Request language type.

No. The default value is zh-cn.

en-us

For details about other parameters in the header, see the HTTPS protocol documentation.