List all web app projects deployed
curl --request GET \
--url https://api.case.dev/applications/v1/projects \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "<string>",
"name": "<string>",
"vercelProjectId": "<string>",
"gitRepo": "<string>",
"gitBranch": "<string>",
"framework": "<string>",
"status": "<string>",
"domains": [
{
"id": "<string>",
"domain": "<string>",
"isPrimary": true,
"isVerified": true
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/applications/v1/projects \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "<string>",
"name": "<string>",
"vercelProjectId": "<string>",
"gitRepo": "<string>",
"gitBranch": "<string>",
"framework": "<string>",
"status": "<string>",
"domains": [
{
"id": "<string>",
"domain": "<string>",
"isPrimary": true,
"isVerified": true
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
}