Card/Coupon

Use this endpoint to send users gifts

API Error Codes

Our API returns specific error codes to indicate the nature of errors encountered during API requests. Each error code is accompanied by a detailed message to help diagnose and resolve issues. Below is a list of known error codes, their meanings, and recommended actions.

Error Response Structure

When an error occurs, the API returns a JSON response with the following structure:

{
    "status": {
        "timestamp": 1717595028825,
        "errorCode": 5250,
        "errorMessage": "Campaign not found"
    }
}
  • timestamp: The time at which the error occurred (in milliseconds since epoch).

  • errorCode: A unique code representing the specific error.

  • errorMessage: A descriptive message explaining the error.

Known Error Codes

Last updated