Skip to main content
Returns a paginated list of creator payouts for the authenticated organization. Includes credit fields and a credits_only filter for organizations that use creator credits.
Rate limit: a minimum of 2 seconds between requests per API key.

Request Parameters

Request Example

Response Example

Response Fields

Credit fields are populated only for organizations in the credits allowlist. For other orgs, credits_enabled is false, total_credit_amount is 0, and credit_name / formatted_total_credit_amount are null.

Typical Workflow

  1. GET /stats/creator_payouts?start_date=…&end_date=…&credits_only=true — fetch the list of credit payouts due to your creators.
  2. Pay each creator their credits in your own system.
  3. For each paid creator, POST /stats/mark_credit_payout with their creator_payout_uuid to record the payout in Growi.