Flockjay API

Django REST Framework API behind the Flockjay platform. The API root at https://api.flockjay.com/api/ is anonymously readable and enumerates 20 collections across an unversioned v1 tree (events, questions, course, module, submodule, assignment_submissions, assignments, live_sessions, groups, rubrics, users) and a /v2/ tree (user, learning-content, progress, sharedcontent, event, task, user_certificate, assignment-submission, search). Every collection requires a Flockjay-issued token. No OpenAPI, no reference documentation and no developer portal is published — the profile below was established by probing the host.

API entry from apis.yml

apis.yml Raw ↑
name: Flockjay API
description: Django REST Framework API behind the Flockjay platform. The API root at https://api.flockjay.com/api/
  is anonymously readable and enumerates 20 collections across an unversioned v1 tree (events, questions,
  course, module, submodule, assignment_submissions, assignments, live_sessions, groups, rubrics, users)
  and a /v2/ tree (user, learning-content, progress, sharedcontent, event, task, user_certificate, assignment-submission,
  search). Every collection requires a Flockjay-issued token. No OpenAPI, no reference documentation and
  no developer portal is published — the profile below was established by probing the host.
humanURL: https://api.flockjay.com/api/
baseURL: https://api.flockjay.com/api/
tags:
- Sales Enablement
- Learning Management
- Content Management
- Revenue Operations
properties:
- type: Authentication
  url: authentication/flockjay-authentication.yml
- type: Conventions
  url: conventions/flockjay-conventions.yml
- type: DataModel
  url: data-model/flockjay-data-model.yml
- type: ErrorCatalog
  url: errors/flockjay-problem-types.yml
- type: RateLimits
  url: rate-limits/flockjay-rate-limits.yml
- type: Conformance
  url: conformance/flockjay-conformance.yml
- type: JSONSchema
  url: json-schema/flockjay-events-options-metadata.json