Search
K

Tickets

Access and modify organization's Tickets
Authorization: All requests must be authenticated and authorized by adding a special Header to each request containing the Organization Key (available in https://app.xyte.io/settings/api_keys)
Value
Key
Organization Key
Authorization
get
https://hub.xyte.io/core/v1/organization
/tickets
get
https://hub.xyte.io/core/v1/organization/tickets/
:ticket_id
put
https://hub.xyte.io/core/v1/organization/tickets/
:ticket_id
post
https://hub.xyte.io/core/v1/organization/tickets/:ticket_id/
resolved
post
https://hub.xyte.io/core/v1/organization/tickets/:ticket_id/
message

Error Handling

  • 401 Unauthorized: If the api_key is not provided or is invalid.
  • 403 Forbidden: If the user does not have permission to perform the requested action.
  • 422 Unprocessable Entity: If a required parameter is missing or invalid.