AlphaAlpha Docs
API ReferencePublic support portal

List all tickets for an email via a magic-link token

GET
/public/support/{tenantCode}/tickets/list
AuthorizationBearer <token>

In: header

Path Parameters

tenantCode*string

Query Parameters

token*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/support/string/tickets/list?token=string"
[
  {
    "category": "string",
    "created": "2019-08-24T14:15:22Z",
    "id": "string",
    "messageCount": 0,
    "status": "string",
    "subject": "string",
    "ticketNumber": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}