Admin API Key Required - This endpoint requires an admin API key for access. Only system administrators can list all accounts across the platform.
Enhanced Response
This endpoint now returns comprehensive account information including:- Subscription Status: Current plan and subscription state
- Plan Entitlements: Content generation limits, social media capabilities, language support
- Business Logic: Real-time eligibility checks (e.g., “can generate content today”)
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
Filtering Options
status=active
: Accounts with active or trialing subscriptionsstatus=inactive
: Accounts without active subscriptionscontent_eligible=true
: Accounts that can generate content todayq=search
: Search by account name or slug
Example Response
Each account includes entitlements data like this:Authorizations
Admin API key for managing accounts and creating content
Query Parameters
Filter accounts by subscription status (active = has active/trialing subscription, inactive = no active subscription)
Available options:
active
, inactive
Filter to only accounts eligible for content generation today
Search accounts by name or slug
Page number for pagination
Required range:
x >= 1
Number of accounts per page
Required range:
1 <= x <= 100