curl -X GET "https://your-collabase.ch/api/v1/test-management/my-space" \
-H "Authorization: Bearer cba_live_xYz123ABCD..."
[
{
"id": "proj-abc123",
"name": "Frontend QA",
"description": "All tests covering the frontend application",
"icon": "๐งช",
"_count": {
"TestSuite": 4,
"TestRun": 12
}
}
]
Return all test projects in a space that your API key has access to.
curl -X GET "https://your-collabase.ch/api/v1/test-management/my-space" \
-H "Authorization: Bearer cba_live_xYz123ABCD..."
[
{
"id": "proj-abc123",
"name": "Frontend QA",
"description": "All tests covering the frontend application",
"icon": "๐งช",
"_count": {
"TestSuite": 4,
"TestRun": 12
}
}
]
curl -X GET "https://your-collabase.ch/api/v1/test-management/my-space" \
-H "Authorization: Bearer cba_live_xYz123ABCD..."
[
{
"id": "proj-abc123",
"name": "Frontend QA",
"description": "All tests covering the frontend application",
"icon": "๐งช",
"_count": {
"TestSuite": 4,
"TestRun": 12
}
}
]
Was this page helpful?