You can update your created stream zones in order to their types. Parameters Parameter Type Required Description user_key string Yes API User Token user_secret string Yes API User Secret Token zone_id integer Yes Zone ID label string No Zone Description origin_pull_domain string No Origin pull domain only live-pull type. auth_username string No Authentication username only […]
Category: Account API
Zone Stream Status (Active/Passive)
You can activate or deacivate your stream zones. Method POST Link https://api.medianova.com/v1/zone/stream/(active|passive) Parameters Parameter Type Required Description user_key string Yes API User Token user_secret string Yes API User Secret Token zone_id integer Yes Zone ID Return Values status bool data objects PHP Example <?php $service_url = ‘https://api.medianova.com/v1/zone/stream/active’; $ch = curl_init($service_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CUSTOMREQUEST, “PUT”); […]
Small Zone Manage
If you uses Small Zone of the Medianova services, you can manage your zone settings as follow. The left side of your screen, you will see dashboard. Click on Zones. 2. You will see the accounts list you have opened before on the screen . 3. When you over the manage button right of […]
Account Detail
Returns customer’s account details.
Account Edit
Allows you to edit your account details.