Skip to main content
POST
Record a training

Authorizations

Authorization
string
header
required

An API key issued by a company administrator — an environment prefix (production: sdb_live_) followed by 32 characters. The prefix identifies the environment and MUST NOT be hard-coded or validated by clients; treat the whole key as opaque. Shown exactly once at creation; only a one-way hash is stored.

Scopes (granted per key on the create screen; :write never implies :read):

  • skills:read
  • skills:write
  • people:read
  • people:write
  • careers:read
  • careers:write
  • training:read
  • training:write
  • flags:read
  • flags:write
  • org:read
  • org:write
  • assessments:read
  • learning:read
  • learning:write
  • certifications:read
  • certifications:write
  • assessments:write
  • proficiency:read
  • proficiency:write
  • surveys:read
  • surveys:write
  • labels:read
  • labels:write

Headers

Idempotency-Key
string

Any unique string (at most 200 characters). Retrying with the same key and identical content replays the stored response for 24h instead of executing twice.

Maximum string length: 200

Body

application/json
email
string
required

Email address of the person the training is recorded for (ENG-4110: people are addressed by email).

Example:

"ada@example.com"

skillId
string
required
Example:

"63"

trainingDate
string
Example:

"2026-02-10T00:00:00.000Z"

trainer
string
Maximum string length: 500
Example:

"J. Instructor"

evidenceNote
string
Example:

"Completed the practical assessment."

delegatedApproverEmail
string

Email address of a named person to delegate the approval to.

Example:

"dana@example.com"

preApproved
boolean

Create the record already approved, bypassing the request step.

Example:

false

notApplicable
boolean

Mark the training not applicable for this person.

Example:

false

Response

The created resource, enveloped.

data
object
required