Skip to main content
POST
Create transaction

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
ticketID
string<uuid>

Unique object identifier

Example:

"42e113f9-9353-4e89-9f68-69b92f423b0c"

type
enum<string>

The transaction type. Default type "ticket".

Available options:
agent,
ticket,
templateLogo,
cannedResponse

Response

200 - application/json

Successful response.

ID
string<uuid>

Unique object identifier

Example:

"42e113f9-9353-4e89-9f68-69b92f423b0c"

type
enum<string>
Available options:
agent,
ticket,
templateLogo,
cannedResponse
createdAt
string<date-time>

The time of creation.

attachments
object[]

The attachment list.