| Using this method, you can get a link to download a certificate for a specific enrollment. You don’t need to download certificates for all enrollments. |
Account Owner, Account Administrators, Department Administrators or custom roles that allow to view users.
Department Administrators, and users with a custom role can get list of enrollments assigned to learners belonging to the departments they manage and their sub-departments.
Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request. |
| issuedCertificateId | string | The certificate ID (token) from the list of enrollments. |
After the request has been successfully processed, the system returns an object with the following properties:
Parameter | Type | Description |
|---|---|---|
| issuedCertificate | string | Link to download the certificate as a PDF. |
Note:
|
https://api-learn.myaccount.ispringlearn.com/certificate/66b4ed00-040e-11ed-a8a2-b6f58d6fa7b5 |
<?xml version="1.0" encoding="UTF-8"?>
<response>
<issuedCertificate>
<url>https://myaccount.ispringlearn.com/download/v1/certificate/66b4ed00-040e-11ed-a8a2-b6f58d6fa7b5?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NTc4NzA5ODgsImFjY291bnRfaWQiOiJsbnRlc3RwbHVtLTMiLCJjZXJ0aWZpY2F0ZV9pZCI6IjY2YjRlZDAwLTA0MGUtMTFlZC1hOGEyLWI2ZjU4ZDZmYTdiNSJ9.RpqXKww402OrSHYjDM8UfOBv7341G45aEdoo6_ZbefM</url>
</issuedCertificate>
</response> |