Sign in

Send ephemeral

documented

Send ephemeral messages to all devices on the account.

POST /v2/ephemeralsEphemeralsno 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/ephemerals" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"type": "push", "push": {"type": "clip", "body": "{{$body}}", "source_device_iden": "{{$source_device_iden}}", "source_user_iden": "{{$source_user_iden}}", "application_name": "{{$application_name}}"}}'