Sign in

Get Ticket Details

documented

Retrieve details for a specific ticket.

Ticketingno 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.textlocal.in/get_ticket_details/?apikey={{TEXTLOCAL_API_KEY}}&ticket_id={{$ticket_id}}" \
  -X GET \
  -H "Accept: application/json"