Sign in

List curricula

documented

Return info about all curricula/competencies.

GET /api/get_all_curriculaCurriculano 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://{{$base_url}}/api/get_all_curricula" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{CYPHERLEARNING_API_KEY}}"
List curricula · CYPHER Learning · OpenIntegrations