Qeen Customer Platform API

The backend the Qeen customer web application (app.qeen.ai, a Nuxt single-page app) calls — a path-versioned Django REST Framework service covering websites, content, organizations and subscriptions, plus token verify and refresh endpoints. It is the product's own session surface rather than a developer API: requests are made with cookie credentials from the first- party front end, unauthenticated calls return DRF's standard 401, and no schema, key issuance or documentation is published for it.

API entry from apis.yml

apis.yml Raw ↑
name: Qeen Customer Platform API
description: 'The backend the Qeen customer web application (app.qeen.ai, a Nuxt single-page app) calls
  — a path-versioned Django REST Framework service covering websites, content, organizations and subscriptions,
  plus token verify and refresh endpoints. It is the product''s own session surface rather than a developer
  API: requests are made with cookie credentials from the first- party front end, unauthenticated calls
  return DRF''s standard 401, and no schema, key issuance or documentation is published for it.'
humanURL: https://app.qeen.ai/en
baseURL: https://users.qeen.ai/api/v1
tags:
- Platform
- Subscriptions
properties:
- type: Authentication
  url: authentication/qeenai-authentication.yml
- type: ErrorCatalog
  url: errors/qeenai-error-codes.yml