Toggle Navigation
Sidebar

Completion Certificate API

The Completion Certificate API allows the get all the registered users which is completed certificate on Enriched Academy. This is used when you have your own authenticated users on your site already, and you would like to have those users enroll and have access to Enriched Academy from your site.

Method: POST
API Reference:
https://www.enrichedacademy.com/api/v2/getUsersWithCertificateCompletion

The below example shows that you can use this API by providing valid details such as:

Required Parameters:
  1. app_id: (string) (Required)
  2. secret_key: (string) (Required)
Optional Parameters:
  1. email: (string|comma seprated string) (Optional)
  2. limit: (int) (Optional) Default: 100, Max Data in one request: 10000
  3. offset: (int) Default: 0 (Optional)
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.