HTTP Status Codes

Explains about the HTTP Status Codes.

HTTP Status Codes

The following table explains the different HTTP Status Codes with their corresponding response.

Status Codes

Response

Description

200

{"results":["<string>","<string>"],
 "success": true, "encoding":[hex|utf8]}

Success protected data is in results and success attribute is true

400

{
    "error_msg": "<string>",
    "success": false
}

There was an issue in the request, success is false, check error_msg attribute. For more information check the logs

500

{"error_msg": "", "success": false }

Configuration error in the Google Cloud function configuration variables.


Last modified : March 31, 2026