List all projects for the organization
curl --request GET \
--url https://api.case.dev/projects/v1 \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"sourceType": "github",
"framework": "<string>",
"createdAt": "<string>"
}
]
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/projects/v1 \
--header 'Authorization: Bearer <token>'{
"projects": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"sourceType": "github",
"framework": "<string>",
"createdAt": "<string>"
}
]
}