Sign in

Untrash ticket

documented

Restore a trashed ticket.

POST /tickets/{ticket_id}/untrashTicketsno 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)

I found the official SupportBee API docs indicate a base URL of https://[your-company].supportbee.com/ and an endpoint pattern for untrash on tickets like POST /tickets/{ticket_id}/untrash (typically under the API path /api/v1). Use your subdomain for the base URL and supply an API token for authentication. See SupportBee API Reference and API docs for context. ([supportbee.com](https://supportbee.com/docs/api/api-reference))
Untrash ticket · SupportBee · OpenIntegrations