Certificate PDF File

Summary

This endpoint is designed to serve certificate PDF data.

This endpoint takes a certificate ID as input and returns success if there is a valid certificate with the corresponding ID.

The return message contains the PDF of the certificate.

Restrictions and Assumptions

If the certificate ID is correct but it is outside the start date and end date of the certificate then the response will be negative.


Endpoint

Pdf Certificate By Id

get
Authorizations
Path parameters
certificate_idstringRequiredExample: BTC-CL-12345678
Responses
200

Successful Response

application/json
Responseany
get
/v1/certificates/{certificate_id}/certificate.pdf
GET /v1/certificates/{certificate_id}/certificate.pdf HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*

No content

Last updated