Sign in

Get ticket

documented

Retrieve a single ticket by its ID.

GET /tickets/{ticket_id}Ticketsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$company}}.supportbee.com/tickets/{{$ticket_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{SUPPORTBEE_API_KEY}}"
Get ticket · SupportBee · OpenIntegrations