Training

Generate HIPAA training certificate PDF

Generates a PDF certificate for a member who has completed the HIPAA Security Awareness Training.

post/v1/training/generate-hipaa-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