Sign in

Get a feedback object group

documented

Get a specific feedback object group.

GET /feedback-object-groups/{feedback_object_group_id}Feedback object groupsno 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/feedback-object-groups/{{$feedback_object_group_id}}" \
  -u "{{$NICEREPLY_EMAIL}}:{{$NICEREPLY_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Get a feedback object group · Nicereply · OpenIntegrations