Total Registered Users API
Enriched Academy provides you the exact number of users registered into Enriched Academy from your domain.
Get total users in date range
The below API is used to get the total number of users registered within a date range.
Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/getTotalUsersWithinDateRange The below example shows that you can use this API by providing valid details such as:
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
- start_date: (string) (Required)
- end_date: (string) (Required)
Example Request Code:
Expected JSON Response:
To fetch the total number users you need to pass the app_id and secret_key. A sample JSON response and explanation of the keys is given below:
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.