Enforcement is the process of pushing a child's active policy rules to connected platforms. When you trigger enforcement, Phosra creates an enforcement job that fans out to each connected platform, translating your universal rules into platform-specific configurations.
The enforcement flow:
POST /children/{childID}/enforce (optionally targeting specific platforms)202 Accepted with the job IDcompleted, partial, or failedEnforcement can be triggered manually, automatically (when a policy changes), or via webhook events. You can also enforce a single compliance link with POST /compliance/{linkID}/enforce.
Per-platform results include counts of rules_applied, rules_skipped (not supported by the platform), and rules_failed, plus an optional error_message for debugging.