---
title: "Get Monetization Check"
method: GET
path: "/api/admin/settings/monetization-check"
tags: ["Admin", "admin"]
---

# Get Monetization Check

`GET /api/admin/settings/monetization-check`

Read the system-wide monetization check toggle.

When enabled='true' (default, production), routes/signup_flow.py rejects
YouTube channels not in the YouTube Partner Program. When 'false',
the gate is bypassed — used for testing signup with non-monetized
accounts. Stored in system_settings.monetization_check_enabled.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
