List tokens
documentedList API tokens for the authenticated user.
GET /me/tokensMeno implementation yet0 runsNo 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/me/tokens?sort_order={{sort_order}}&page={{page}}&per_page={{limit}}" \
-u ":{{NICEREPLY_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"