Sign in

Authorize application

documented

Redirect the user to Pushbullet's authorization page to grant access.

GET /authorizeOAuthno 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://www.pushbullet.com/authorize?client_id={{$client_id}}&redirect_uri={{$redirect_uri}}&response_type={{$response_type}}" \
  -X GET \
  -H "Accept: text/html"