Fetch details of a certificate record by its unique identifier.
cURL
curl --request GET \ --url https://www.manglai.io/api/v1/certificates/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "data": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the certificate record.
Successfully retrieved the certificate record.
The unique identifier of the certificate.
The detailed information about the certificate.