Sign in

Get personal authentication token

documented

Retrieve a personal API auth token for the current user.

GET /auth_token.jsonAuthenticationno 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/auth_token.json" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{BEEMNDER_API_KEY}}" \
  -H "Content-Type: application/json"
Get personal authentication token · beeminder · OpenIntegrations