Sign in

Unarchive ticket

documented

Unarchive an archived ticket.

POST /tickets/{ticket_id}/unarchiveTicketsno 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/api/v1/tickets/{{$ticket_id}}/unarchive" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Unarchive ticket · SupportBee · OpenIntegrations