Sign in

Retrieve ticket

documented

Retrieve an existing Ticket resource by id.

GET /tickets/{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://api.usecopper.com/v1/tickets/{{$ticket_id}}" \
  -X GET \
  -u "{{COPPER_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Retrieve ticket · Copper · OpenIntegrations