Training

Generate training completion certificate PDF

Generates a PDF certificate for a member who has completed all training videos. Returns the PDF as a downloadable file.

post/v1/training/generate-certificate

Request body

memberIdstring required

The member ID who completed training

organizationIdstring

Organization ID (deprecated — use auth context)

Example request

{
  "memberId": "mem_abc123",
  "organizationId": "org_abc123"
}

Response

PDF certificate file

Changes