Aurion Docs
Api

Create Ticket

POST
/api/v1/tickets
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/tickets" \  -H "Content-Type: application/json" \  -d '{    "description": "string",    "subject": "string"  }'
{
  "created_at": "string",
  "description": "string",
  "external_provider": "string",
  "external_ticket_id": "string",
  "external_ticket_url": "string",
  "id": "string",
  "metadata": {},
  "priority": "string",
  "requester_email": "string",
  "status": "string",
  "subject": "string",
  "updated_at": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}