cURL
curl --request GET \ --url https://api.surefeedback.com/api/v1/sites \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": [ { "id": "880e8400-e29b-41d4-a716-446655440003", "name": "Main Website", "domain": "example.com", "api_token": "sc_abc123...", "is_active": true, "project_id": "770e8400-e29b-41d4-a716-446655440002" } ] }
Get all sites in a project.
X-API-Key: sf_your_api_key_here
active_project_id
Was this page helpful?