Skip to content
Longport Whale
Flow Tickets

Handle Ticket

The core endpoint of the general ticket-approval system and the currently active entry point for approval actions (replacing the deprecated approve_flow_ticket_step). comment = comment, transfer = transfer, cc = carbon copy, sign = add approver, close = close; reject/rollback are also supported.

POSThttps://b-api.longbridge.xyz/admin-api/v2/tickets/{id}

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Parameters

idstringRequired

Path parameter.

Request body application/json

actionstringrequired

Action

approverejectclosecommenttransferccsignrollback

commentstring

Comment. Optional depending on action.

user_idsarray<string>

User IDs. Optionally filled based on action, e.g. forward / CC / countersign.

role_idsarray<string>

Role IDs. Optional depending on action.

payloadobject

Payload

dataobject

Data

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs