The EzyStream platform can allow approved partners to send notifications into their app, or customers apps.
You'll need to use our API token to validate your request.
REQUEST URL
https://vodapi.ezystream.com/v4/infoodle/notification
METHOD
POST
PARAMETERS
tp
Topic
tt - Title
ms - Message
st - Send time, use Unix timestamp (UTC time, milliseconds from 1 Jan. 1970)
cpid - Channel Partner Id, need to be encrypted using AES-256-CSC.
uid (optional) - user ID
EXAMPLE RESPONSE - SUCCESS
{
"urlmessage": "success"
}
EXAMPLE RESPONSE - NO ACCESS PERMITTED PERMITTED
Encryption not setup.
{
"error": 403,
"message": “Please setup your api request in ezystream admin!"
}
Channel ID not exist
{
"error": 403,
"message": “Access Denied“The channel is not exist!"
}
EXAMPLE RESPONSE - ERROR
{
"error": 404500,
"message": “Invalid Membership number“System Error, the notification cannot be send!"
}
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...