Sign in

List bttns

documented

Returns the list of bttns associated with the authenticated user (requires an API key for access to your own data).

GET /2014-06/bttnsBttnsno 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/bttns" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-Api-Key: {{BT_API_KEY}}"