Toggle Navigation
Sidebar

User Total Views API

Enriched Academy tracks the total number of video views generated by users from your account.

To get the total number of views per user, please user the below API.

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

The following example shows how to fetch All Users:

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 occurred.