Retrieve a paginated list of all accounts with their subscription status, plan entitlements, and content generation eligibility. Requires admin authentication. Provides all business logic needed for content generation systems.
Admin API Key Required - This endpoint requires an admin API key for access. Only system administrators can list all accounts across the platform.
This endpoint now returns comprehensive account information including:
This endpoint is designed for third-party content generation systems. The response includes all business logic needed to determine:
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 slugEach account includes entitlements data like this:
Admin API key for managing accounts and creating content
Filter accounts by subscription status (active = has active/trialing subscription, inactive = no active subscription)
active
, inactive
Filter to only accounts eligible for content generation today
Search accounts by name or slug
Page number for pagination
x >= 1
Number of accounts per page
1 <= x <= 100
Successfully retrieved accounts with enhanced subscription and entitlements data
The response is of type object
.