Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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" 

}




  • No labels