Create Ai Ticket
Supports idempotent submission: pass an Idempotency-Key header (or the equivalent client_token body field). While the ticket filed for a key is live (not done/cancelled), repeating the submission with the same key returns that ticket instead of filing a duplicate. The key is stored on the ticket as source_kind ‘client_token’ / source_id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional idempotency key (max 200 characters). Repeated submissions with the same key return the already-filed live ticket instead of duplicating it. Equivalent to the client_token body field; when both are sent they must match.
Body
Optional dedupe-key half; one of 'alert', 'external'. Must be provided together with source_id.
Optional dedupe-key half (at most 200 characters). While a live ticket exists for the same (source_kind, source_id), re-filing bumps its recurrence and returns it with status 200.
Optional idempotency key (max 200 characters); the body equivalent of the Idempotency-Key header.
Response
Existing live ticket for the same (source_kind, source_id) returned with its recurrence bumped