Toggle Navigation
Sidebar

All Videos API

Enriched Academy has a rich set of video courses that can be accessed easily using Enriched APIs.

To fetch all of the videos at once you can use the following API:

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

The sample below provides an example for this instance:

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.