REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
TicketImports​
CSV ticket import: upload file, map columns, preview, and run import (update existing or create new tickets).
List ticket imports​
Create ticket import​
Upload a CSV file and create a draft import.
Authorizations​
Request Body​
CSV file
"binary""update""import""importAndCharge"Responses​
Ticket import created
Get mapping fields​
Get ticket import by ID​
Delete ticket import​
Removes the CSV file from storage. If status is not completed (e.g. drafting, processing, failed), the ticket import record is also deleted. If status is completed, only the file is removed and the record is kept (s3Key cleared). Returns 400 if the file could not be removed from storage.
Authorizations​
Parameters​
Path Parameters
Responses​
Ticket import and/or file deleted successfully
Update ticket import​
Save column mapping for the import. Allowed only when status is drafting.
Authorizations​
Parameters​
Path Parameters
Request Body​
Responses​
Ticket import object
Preview ticket import​
Process ticket import​
Runs the CSV import. Import must be in drafting status with column mapping set.
Authorizations​
Parameters​
Path Parameters
Responses​
Ticket import object
