curl --request GET \
--url https://cloud.kaneo.app/api/project/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"workspaceId": "<string>",
"slug": "<string>",
"icon": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "<unknown>",
"isPublic": true
}Get a specific project by ID
curl --request GET \
--url https://cloud.kaneo.app/api/project/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"workspaceId": "<string>",
"slug": "<string>",
"icon": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "<unknown>",
"isPublic": true
}API Key authentication