Get bttn info
documentedReturns basic information about a specific bttn (id, address, name, language, timezone).
GET /2014-06/{bttn_id}/infoBttnsno implementation yet0 runsNo 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"