---
title: "Send Pushbullet™ test with access token"
method: GET
path: "/send_test_pushbullet_note"
tags: ["Server Administration", "Notifications"]
---

# Send Pushbullet™ test with access token

`GET /send_test_pushbullet_note`

This function uses the specified access token to send a test Pushbullet™ note. The function automatically generates a message title and body, and it includes a unique string in the test message. When the test message returns, the system searches for the ID string and returns it.

If the function does not detect the correct ID string in the returned message, the function fails. You can also review the user's Pushbullet channel history to confirm that the server sent and received the message.

The test's success or failure depends on various conditions. For example:
  * Valid access token.
  * Network configuration.
  * Service outages.
  * External server rate limit.

## Query parameters

- `access_token` string, required

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `message_id` string — The test message's ID.
    - `payload` object — The payload from the Pushbullet server. For more information, visit [Pushbullet's API documentation](https://docs.pushbullet.com/).
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is `0`. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` - Success * `0` - Failed: Check the reason field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
