Sign in

List archived user goals

documented

Return archived goals for user {u}.

GET /users/{u}/goals/archived.jsonUsersno 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://www.beeminder.com/api/v1/users/{{$user_id}}/goals/archived.json?auth_token={{BEEMINDER_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"
List archived user goals · beeminder · OpenIntegrations