> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Approve entire site

> Mark all pages on a site as approved.

Approves all pages on a site at once. Use this to bulk-approve a completed website.

## Path parameters

<ParamField path="siteId" type="string" required>
  UUID or site token of the site.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "data": {
      "approved_count": 12,
      "message": "All pages approved successfully"
    }
  }
  ```
</ResponseExample>
