Sign in

Get current user's trophies

documented

Return a list of trophies for the current user.

GET /api/v1/me/trophiesUsersno 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://oauth.reddit.com/api/v1/me/trophies?limit={{limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "User-Agent: keychains-reddit/1.0 by {{REDDIT_USERNAME}}" \
  -H "Accept: application/json"
Get current user's trophies · Reddit · OpenIntegrations