Get Certificates For UserDeprecated
Get all the certificates received by a user, currently it delivers certificates only created for mangoes.
Authorization
bearer In: header
Path Parameters
Unique identifier of the user, who is receiving the certificate
Query Parameters
Unique identifier of the certificate
Comma-separated list of mango unique identifiers, if provided, certificates will be filtered based on the mangoes
Header Parameters
Host name of the dashboard, ex: mydomain.tagmango.com
Response Body
application/json
application/json
application/json
curl -X GET "https://api-prod-new.tagmango.com/api/v1/external/certificates/646dd0eb159d8b7a7f5a9c29" \ -H "x-whitelabel-host: string"[
{
"_id": "66558085afa45d0583eb71bd",
"mango": "66558042b487b3571f73305d",
"certificate": "6658283d53930c22585d9ba1",
"certificateReceivedOn": "2024-06-03T09:59:34.308Z"
}
]{
"code": 400,
"type": "Bad request",
"statusMessage": "BAD_REQUEST",
"message": "Invalid request",
"success": false
}{
"code": 401,
"type": "Unauthorized",
"statusMessage": "UNAUTHORIZED",
"message": "Invalid token",
"success": false
}Get Certificates GET
Get all the certificates created by a creator.
Start Certificate Generation POST
Start certificate generation for an user, currently only certificates created for mangoes are supported. - This is an asynchronous operation, it will return a success response immediately and the certificate will be generated in background. - Once generated can be downloaded from the course completion page.