Create a ticket
POST
https://api.tamio.com/v2/agency/tickets/create
Creates a new support ticket on behalf of a client. The client must exist and belong to the agency.
Body Parameters
client_id
string*
UUID of the client creating the ticket
title
string*
Ticket subject/title
description
string*
Detailed description of the issue
category
string*
UUID of the ticket category
subcategory
string
Subcategory for further classification
assets
array of string
Asset UUIDs to attach to the ticket
Responses
200
Ticket created successfully
Ticket created successfully
status
integer
ticket
Ticket
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: client or category not found
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string