Sign in

Get bttn feed

documented

Retrieves the event feed for a specific bttn (press data).

GET /2014-06/{bttn_id}/feedBttnsno 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.bt.tn/2014-06/{{$bttn_id}}/feed" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Api-Key: {{BT_API_KEY}}"