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/
EXAMPLE RESPONSE - SUCCESS
{
"url":
}
EXAMPLE RESPONSE - NO ACCESS PERMITTED
{
"error": 403,
"message": “Access Denied"
}
EXAMPLE RESPONSE - ERROR
{
"error": 404,
"message": “Invalid Membership number"
}
Related articles