Skip to main content
POST
Send training completion email with certificate

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
memberId
string
required

The member ID who completed training

Example:

"mem_abc123"

organizationId
string

Organization ID (deprecated — use auth context)

Example:

"org_abc123"

Response

200 - application/json

Email sent or reason why it was not sent

sent
boolean
required

Whether the email was sent

Example:

true

reason
string

Reason if email was not sent

Example:

"training_not_complete"