Retrieve Nicereply survey ratings and responses via the API

domain: nicereply.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate with HTTP Basic Auth (email as username, API token as password) against api.nicereply.com and send Accept: application/json.
  2. Call GET https://api.nicereply.com/responses to list all responses across surveys; results are sorted by created_at descending by default.
  3. Filter by date with the created_after / created_before query parameters, and paginate with page (default 1) and per_page (default 10, max 100), following pagination.links.next rather than assuming a fixed page size.
  4. To scope results to one survey, call GET https://api.nicereply.com/surveys/<survey_id>/responses instead (same created_after/created_before/pagination parameters).
  5. Read each response's answers array — every answer has a question_id, a question_type of SCALE or OPEN_ENDED, and either scale.value (numeric score) or open_ended.value (comment text) — plus top-level status, is_instant, and tags fields.
  6. For a single response, call GET https://api.nicereply.com/responses/<response_id>/ticket-link to get the deep link back to the originating helpdesk ticket.

Known gotchas

Related routes

Retrieve paginated CSAT, NPS, and CES survey responses and aggregate scores from the Retently API
retently.com · 5 steps · unrated
Retrieve and respond to guest reviews via Hostaway API
api.hostaway.com · 6 steps · unrated
Retrieve and page through NPS survey responses via the Zendesk NPS API
developer.zendesk.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans