Sign in

Info about yourself

documented

Show info about the authenticated user (includes API key).

GET /me.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://api.breeze.pm/me.json?api_token={{BREEZE_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  
  # Breeze REST API base (https://api.breeze.pm) and endpoint /me.json
  # Authentication is via API token provided as query parameter 'api_token' (see Breeze API docs / Pipedream example)