cURL
curl --request POST \ --url https://api.surefeedback.com/api/v1/sites/{siteId}/approvals/approve \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "page_url": "<string>" } '
{ "success": true, "data": { "page_url": "https://example.com/home", "status": "approved", "approved_by": { "id": "...", "name": "Jane Smith" }, "approved_at": "2026-03-02T14:00:00Z" } }
Mark a specific page as approved.
PROJECT_ADMIN
PROJECT_CLIENT
Was this page helpful?