Start Certificate GenerationDeprecated
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.
Authorization
bearer In: header
Header Parameters
Host name of the dashboard, ex: mydomain.tagmango.com
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api-prod-new.tagmango.com/api/v1/external/certificates/upload" \ -H "x-whitelabel-host: string" \ -H "Content-Type: application/json" \ -d '{ "certificateId": "6687f97be9c32747ffd56719", "fanId": "646dd0eb159d8b7a7f5a9c29" }'{
"message": "Operation completed successfully",
"success": true
}{
"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 For User GET
Get all the certificates received by a user, currently it delivers certificates only created for mangoes.
Get Feed Posts GET
Get all the posts for a creator or subscriber. - If accessed on behalf of a subscriber, posts will be filtered based on active subscription for the mangoes in the post. - If accessed on behalf of a creator, posts will be filtered based on the creator. - If accessed without any parameters, all the posts will be returned for the creator.