Sign in

Get channel information

documented

Get information about a channel (tag) via query parameter 'tag'.

GET /v2/channel-infoChannelsno 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.pushbullet.com/v2/channel-info?tag={{tag}}' \
  -X GET \
  -u '{{OAUTH2_ACCESS_TOKEN}}:' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'