Klaxoon website screenshot

Klaxoon

Klaxoon is a collaborative platform that provides tools for team collaboration, brainstorming, meetings, and workshops. The platform includes features like boards, quizzes, surveys, and other interactive activities to enhance team productivity and engagement. Klaxoon publishes a developer portal with documentation for board integration, embedding, and enterprise audit and SCIM endpoints, but does not currently publish a public OpenAPI specification.

1 APIs 0 Features
CollaborationMeetingsProductivityTeam CollaborationWorkshopsBrainstormingWhiteboard

APIs

Klaxoon API

The Klaxoon API allows developers to integrate Klaxoon's collaborative features into their applications, enabling automation of board creation, activity management, and particip...

Collections

Pricing Plans

Klaxoon Plans Pricing

3 plans

PLANS

Rate Limits

Klaxoon Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
🔑
Authentication
Authentication
🔗
Reference
Reference
📰
Blog
Blog
📝
Signup
Signup
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
LinkedIn
LinkedIn
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Klaxoon API
  version: v1
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://access.klaxoon.com/auth
    accessTokenUrl: https://access.klaxoon.com/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Quizzes
    type: folder
  items:
  - info:
      name: List Quizzes
      type: http
    http:
      method: GET
      url: https://developers.klaxoon.com/klaxoon/api/v1/quizzes
    docs: Return the list of quizzes accessible to the authenticated user.
  - info:
      name: Get Quiz
      type: http
    http:
      method: GET
      url: https://developers.klaxoon.com/klaxoon/api/v1/quizzes/:activityId
      params:
      - name: activityId
        value: ''
        type: path
        description: Quiz activity identifier
    docs: Return a single quiz by activity identifier.
  - info:
      name: List Quiz Participants Results
      type: http
    http:
      method: GET
      url: https://developers.klaxoon.com/klaxoon/api/v1/quizzes/:activityId/participants
      params:
      - name: activityId
        value: ''
        type: path
        description: Quiz activity identifier
    docs: Return participant results for a given quiz activity.
- info:
    name: Surveys
    type: folder
  items:
  - info:
      name: Get My Survey Results
      type: http
    http:
      method: GET
      url: https://developers.klaxoon.com/klaxoon/api/v1/surveys/:activityId/participants/me
      params:
      - name: activityId
        value: ''
        type: path
        description: Survey activity identifier
    docs: Return the survey results for the currently authenticated user.
- info:
    name: Missions
    type: folder
  items:
  - info:
      name: Get Mission
      type: http
    http:
      method: GET
      url: https://developers.klaxoon.com/klaxoon/api/v1/missions/:activityId
      params:
      - name: activityId
        value: ''
        type: path
        description: Mission activity identifier
    docs: Return a single mission by activity identifier.
- info:
    name: Adventures
    type: folder
  items:
  - info:
      name: Get Adventure by Access Code
      type: http
    http:
      method: GET
      url: https://developers.klaxoon.com/klaxoon/api/v1/adventures/:accessCode
      params:
      - name: accessCode
        value: ''
        type: path
        description: Public access code for the adventure
    docs: Return an adventure activity by its public access code.
bundled: true