Return Pushbullet access token

This function retrieves the cPanel account's Pushbullet™ access token.

SecurityBasicAuth
Responses
200

Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/ContactInformation/get_pushbullet_access_token
Request samples
uapi --output=jsonpretty \
  --user=username \
  ContactInformation \
  get_pushbullet_access_token
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "get_pushbullet_access_token",
  • "module": "ContactInformation",
  • "result": {
    • "data": "a1b2c3d4e5f6g7h8i9j0",
    • "errors": null,
    • "messages": null,
    • "status": 1,
    • "warnings": null
    }
}