v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Pushbullet

Validate Pushbullet token

This function sends a Pushbullet™ test message to determine that the token is valid and that the account holder can receive the message.

get/Pushbullet/send_test_message

Query parameters

access_tokenstring required
Example:a1b2c3d4e5f6g7h8i9j0

The Pushbullet access token.

Note:

  • Your Pushbullet token is available on Pushbullet's My Account page under the Access Token heading.
  • This is confidential information that your server sends via a secure channel.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "send_test_message",
  "module": "Pushbullet",
  "result": {
    "data": {
      "message_id": "554d2cbd-efe61da3cacb",
      "payload": {
        "active": true,
        "body": "This message confirms that “hostname.example.com“ (192.168.0.20)\ncan send a message to you via Pushbullet.\n\nThis message was sent on Monday, May 18, 2015 at 7:12:20 PM UTC.",
        "created": 1431976341.38872,
        "direction": "self",
        "dismissed": false,
        "iden": "ujw5ScArtjUsjAeRXXMLGS",
        "modified": 1431976341.39182,
        "receiver_email": "user@example.com",
        "receiver_email_normalized": "user@example.com",
        "receiver_iden": "ujw5ScArtjU",
        "sender_email": "user@example.com",
        "sender_email_normalized": "user@example.com",
        "sender_iden": "ujw5ScArtjU",
        "sender_name": "Firstname Lastname",
        "title": "Test message (ID: 555a3994-173a4a271062d)",
        "type": "note"
      }
    },
    "status": 1
  }
}