v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Transaction Monitoring

Create queue

Creates a new queue for grouping transaction monitoring cases.

post/v1/transaction_monitoring/queues

Request body

namestring required

Human-readable name of the queue

descriptionstring nullable

Optional description of the queue

allowed_resolutionsstring[] nullable

Resolutions that can be recorded on cases in this queue. Omit or send null to use the default list. Values are free-form labels and must be non-empty and unique

Response

Queue

tokenstring uuid required

Globally unique identifier for the queue

namestring required

Human-readable name of the queue

descriptionstring nullable required

Optional description of the queue

allowed_resolutionsstring[] required

Resolutions that can be recorded on cases in this queue. Always the effective list: the queue's own values when it defines them, otherwise the default list

createdstring date-time required

Date and time at which the queue was created

updatedstring date-time required

Date and time at which the queue was last updated