cURL
curl --request POST \ --url https://app.pnta.io/api/v1/notifications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "notification": { "title": "<string>", "body": "<string>", "link_to": "<string>", "targets": [ "<string>" ] } }'
This response does not have an example.
Send a notification to the specified targets
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notification details
The body is of type object.
object
created