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
GET /stats/creator_payouts?start_date=…&end_date=…&credits_only=true— fetch the list of credit payouts due to your creators.- Pay each creator their credits in your own system.
- For each paid creator,
POST /stats/mark_credit_payoutwith theircreator_payout_uuidto record the payout in Growi.