cURL
curl --request GET \ --url https://api.surefeedback.com/api/v1/projects \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "data": [ { "id": "770e8400-e29b-41d4-a716-446655440002", "name": "Main Website", "organization_id": "660e8400-e29b-41d4-a716-446655440001", "created_at": "2026-01-15T00:00:00Z" } ], "current_page": 1, "total": 5, "per_page": 10 } }
Get all projects for an organization.
X-API-Key: sf_your_api_key_here
1
10
active
archived
all
false
Was this page helpful?