Sign in

Get an unsubscribe

documented

Get a specific unsubscribe.

GET /unsubscribes/{unsubscribe_id}Unsubscribesno 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/v1/surveys/unsubscribes" \
  -X GET \
  -u ":{{NICEREPLY_API_KEY}}" \
  -H "Accept: application/json" 
  # Note: Nicereply's public API docs show only the unsubscribes list endpoint (GET /v1/surveys/unsubscribes). There is no documented endpoint for GET /unsubscribes/{unsubscribe_id}. If you truly need a single unsubscribe by ID, please verify with Nicereply docs or support; this command demonstrates the documented list-by ID equivalent using the API key. Source references: Nicereply API docs (GET /v1/surveys/unsubscribes).