Skip to content

Add a Pushbullet integration (access token).

POST
/integration/pushbullet/
curl --request POST \
--url https://api.siteqwality.com/integration/pushbullet/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "friendly_name": "example", "access_token": "example" }'
Media type application/json
object
friendly_name
required
string
access_token
required

Pushbullet account access token.

string
Example generated
{
"friendly_name": "example",
"access_token": "example"
}

Pushbullet integration added

Invalid request body

Missing or invalid authentication

Internal server error