GET
/project/{projectId}
curl \
--request GET 'https://api.universecloud.io/project/64a1cc789f556f7ce46c576b' \
--header "X-Api-Key: $API_KEY"
Response examples (200)
{
"id": "64a1cc789f556f7ce46c576b",
"userId": "string",
"teamId": "string",
"branch": "dev",
"name": "saas project",
"tags": [
"saas",
"startup"
],
"createdAt": "2023-06-21T12:34:56+00:00",
"updatedAt": "2023-06-21T12:34:56+00:00"
}