Skip to main content
GET
List all accounts with subscription and entitlements
Admin API Key Required - This endpoint requires an admin API key for access. Only system administrators can list all accounts across the platform.

Content Generation System

This endpoint is designed for third-party content generation systems. The response includes all business logic needed to determine:
  • Which accounts can generate content today
  • How many articles per week/month each account is entitled to
  • What days of the week content should be generated
  • Current subscription status and plan information

Authorizations

Authorization
string
header
required

Admin API key for managing accounts and creating content

Query Parameters

status
enum<string>

Filter accounts by subscription status (active = has active/trialing subscription, inactive = no active subscription)

Available options:
active,
inactive
content_eligible
boolean

Filter to only accounts eligible for content generation today

q
string

Search accounts by name or slug

page
integer
default:1

Page number for pagination

Required range: x >= 1
limit
integer
default:20

Number of accounts per page

Required range: 1 <= x <= 100

Response

Successfully retrieved accounts with enhanced subscription and entitlements data

data
object[]
pagination
object