Test Push Notifications
POST {{apiPath}}/environments/{{envID}}/notifications?sync=true
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Test Push Notifications.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | ||
sync | boolean |
Request Body
{"title"=>"PingOne test", "body"=>"Test push successful", "deliveryMethod"=>"Google", "pushToken"=>"{{pushToken}}", "application"=>{"id"=>"{{appID}}"}, "data"=>{"type"=>"DRY"}}