Sign in

Get ticket link

documented

Retrieve the ticket link for a response.

GET /responses/{response_id}/ticket-linkResponsesno 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.nicereply.com/responses/{{$response_id}}/ticket-link" \
  -u "{{$nicereply_email}}:{{$nicereply_secret}}" \
  -H "Accept: application/json"