This function retrieves the cPanel account's Pushbullet™ access token.
uapi --output=jsonpretty \ --user=username \ ContactInformation \ get_pushbullet_access_token
{- "apiversion": 3,
- "func": "get_pushbullet_access_token",
- "module": "ContactInformation",
- "result": {
- "data": "a1b2c3d4e5f6g7h8i9j0",
- "errors": null,
- "messages": null,
- "status": 1,
- "warnings": null
}
}