π Certificate Generation
ποΈ Certificate Issuance
π Backend Flow
π‘ Example API Request / Response
Generate Certificate
bashCopyEditcurl -X POST https://api.techtonic.com/courses/abc123/certificate \
-H "Authorization: Bearer YOUR_JWT_TOKEN"jsonCopyEdit{
"certificateUrl": "https://cdn.techtonic.com/certificates/jane_doe_js.pdf",
"verificationCode": "ABC123XYZ"
}Last updated