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 secretAll access tokens can be revoked from the account settings page.
#
Check for suspicious activityAs of the time of writing this documentation, this feature is not yet supported.
Pushbullet api key
#
Details for 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