Skip to main content

Pushbullet API key

Description

General

  • Documentation: https://docs.pushbullet.com/
  • Summary: Pushbullet is a solution to inter-connect personal devices and share notifications between them. It provides an API to build other application or automation tools. An access token is passed in requests headers to authenticate.
  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
  • Scopes: No scopes can be specified when creating an access token.

Revoke the secret

All access tokens can be revoked from the account settings page.

Check for suspicious activity

As of the time of writing this documentation, this feature is not yet supported.

Details for Pushbullet api key

  • Family: Api

  • Category: Other

  • Company: Pushbullet

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: very rare

  • Prefixed: False

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- o\.[a-z0-9]{32}

Examples

- text: from pushbullet import PushBullet
push_msg(token="o.u4Nv59UvXjRr8msMLt0us22zbYpkxjhb", title="my msg")
apikey: o.u4Nv59UvXjRr8msMLt0us22zbYpkxjhb

- text: send_notification(self, title, body) pushbullet_key = 'o.T3YzoJfL2PpiSk54KMTsTm9Y0VtSjhhg'
apikey: o.T3YzoJfL2PpiSk54KMTsTm9Y0VtSjhhg

How can I help you ?