Connect
Read/See Push Notification
Read/See Push Notification can be utilized to send push notifications to all of your visitors.
To integrate with the API, you can add the Read/See API to your system, and push notifications will be sent based on data or actions performed within your system.
APIs
The current version of the API is located at https://api.readsee.io/v1
Endpoints
Method | Endpoint | Description |
---|---|---|
POST | activation/push/single | Sends a push notification |
How to use Read/See Push Notification
Generate a token: After obtaining the token by clicking on "Add Source" in the SDK menu of the app, you can use it as credentials to update events, profiles, or send push notifications.
- Send push notification: Sending push notifications with Read/See is simple. You can use an HTTP POST request directed to the following API URL.
- Sending Push Notifications
POST /activation/push/single
Authentication:
Bearer Token/ID Source [SDK]
Body:
{
"distinctId": "",
"title": "",
"actionUrl": "",
"body": "",
"imageUrl": ""
}
Response:
true
Was this article helpful?