cURL
curl --request GET \ --url https://api.surefeedback.com/api/v1/sites/{siteId}/approvals/status \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "status": "approved", "approved_by": { "id": "...", "name": "Jane Smith" }, "approved_at": "2026-03-01T09:00:00Z" } }
Check the approval status of one or more pages.
sc_...
page_urls
Was this page helpful?