curl --request GET \
--url https://api.surefeedback.com/api/v1/projects/{id} \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"id": "770e8400-e29b-41d4-a716-446655440002",
"name": "Client Website Redesign",
"organization_id": "660e8400-e29b-41d4-a716-446655440001"
}
}
Retrieve a single project by ID.
curl --request GET \
--url https://api.surefeedback.com/api/v1/projects/{id} \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"id": "770e8400-e29b-41d4-a716-446655440002",
"name": "Client Website Redesign",
"organization_id": "660e8400-e29b-41d4-a716-446655440001"
}
}
Was this page helpful?