Sign in

Get rating values settings

documented

Get rating values settings.

GET /rating-valuesRating Valuesno 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/rating-values" \
  -u "{{$nicereply_email}}:{{$NICEREPLY_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -X GET
# Source: Nicereply API - Rating Values endpoint (GET https://api.nicereply.com/rating-values) per Nicereply API docs.