Sign in

Get current user's karma

documented

Return a breakdown of subreddit karma.

GET /api/v1/me/karmaUsersno 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/karma?limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "User-Agent: keychains-reddit-app/1.0" \
  -H "Accept: application/json"
Get current user's karma · Reddit · OpenIntegrations