Get channel information
documentedGet information about a channel (tag) via query parameter 'tag'.
GET /v2/channel-infoChannelsno 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.pushbullet.com/v2/channel-info?tag={{tag}}' \
-X GET \
-u '{{OAUTH2_ACCESS_TOKEN}}:' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'