Sign in

Get bttn info

documented

Returns basic information about a specific bttn (id, address, name, language, timezone).

GET /2014-06/{bttn_id}/infoBttnsno 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}}/info" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-Api-Key: {{BT_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get bttn info · bttn · OpenIntegrations