Sign in

Course completions

documented

Provide a broad view of a contact's course progress across sites and courses.

POST /customers/course_completions.jsonContactsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://simplero.com/api/v1/customers/course_completions.json\" \
  -u \"{{SIMPLERO_API_KEY}}:\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -H \"User-Agent: Keychains (Simplero integration)\" \
  -d '{ \"email\": \"{{$email}}\" }'