Skip to main content
POST
/
sites
/
{siteId}
/
approvals
/
approve-all
Approve entire site
curl --request POST \
  --url https://api.surefeedback.com/api/v1/sites/{siteId}/approvals/approve-all \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "approved_count": 12,
    "message": "All pages approved successfully"
  }
}
Approves all pages on a site at once. Use this to bulk-approve a completed website.

Path parameters

siteId
string
required
UUID or site token of the site.
{
  "success": true,
  "data": {
    "approved_count": 12,
    "message": "All pages approved successfully"
  }
}