Toggle Navigation
Sidebar

Get most popular video

The below API is used to get the most popular video of Enriched Academy.

Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/getMostPopularVideo

Use the following code snippet to get a particular video:

Required Parameters:
  1. app_id: (string) (Required)
  2. secret_key: (string) (Required)
Example Request Code:
            
        
Expected JSON Response:

If all of the details are valid, then you will receive a JSON response like this:

            
        
Error Handling:

In case of some authentication error, then you will get a response like this. Also note that the message depends on the type of authentication failure occured.