Help Center/ API Gateway/ FAQs/ API Authentication/ Will the Request Body Be Signed?
Updated on 2024-12-04 GMT+08:00

Will the Request Body Be Signed?

Yes. The request body is another element that needs to be signed in addition to the mandatory request header parameters. For example, when an API used to upload a file using the POST method is called, the hash value of the file to upload is calculated to generate a signature.

For details about signatures, see the signature authentication algorithm description.