Latest stories

send_ticket

  • Inputs
{
    "category_id": "integer: 1:Login and Password, 2:Account and Settings, 3:Mobile and Desktop Application, 4:Security, 5:Advertising",
    "email": "string: international email address",
    "message": "stirng: description of the report",
    "subject": "string: subject of the report"
}

  • Errors
{
    "category_id": [
        {
            "min value is 1": "minimum valid value is 1"
        },
        {
            "max value is 5": "maximum valid value is 5"
        }
    ],
    "invalid_email": "invalid email address",
    "must_login": "user must be login"
}

  • Extra Description
User can send ticket or report problem, issue or anything that user believes it is worth sharing with Pantel Team

  • Sample
  • Url:
https://api.pantel.me/a/send_ticket?email=john@doe.com&subject=subject_text&category_id=3&message=message_text
  • Output:
                                {
    "status": "success",
    "time": 1526726826.6275113
}