Skip to main content
POST
Create or update a ticket type

Authorizations

Authorization
string
header
required

Partner API key (e.g. nerds_live_a8f3d9k2m5n7p1q4r6t8v0w2x4y6z8)

Body

application/json

Used for priority and type endpoints. Set status to inactive to soft-delete a record.

id
string
required

ID from the source system (machine-readable identifier)

Example:

"new"

label
string
required

Human-readable display label

Example:

"Nieuw"

sort_order
integer | null
status
enum<string>
default:active

Set to inactive to soft-delete. GET endpoints only return active records.

Available options:
active,
inactive

Response

Type updated

success
boolean
Example:

true

data
object
message
string