curl -X POST "https://your-collabase.ch/api/v1/test-management/my-space" \
-H "Authorization: Bearer cba_live_xYz123ABCD..." \
-H "Content-Type: application/json" \
-d '{
"name": "Frontend QA",
"icon": "๐งช"
}'
{
"id": "proj-abc123",
"name": "Frontend QA",
"description": null,
"icon": "๐งช",
"spaceId": "4d71eb4d-3638-4173-8698-d883a6c2243f"
}
Create a new test project inside a space.
curl -X POST "https://your-collabase.ch/api/v1/test-management/my-space" \
-H "Authorization: Bearer cba_live_xYz123ABCD..." \
-H "Content-Type: application/json" \
-d '{
"name": "Frontend QA",
"icon": "๐งช"
}'
{
"id": "proj-abc123",
"name": "Frontend QA",
"description": null,
"icon": "๐งช",
"spaceId": "4d71eb4d-3638-4173-8698-d883a6c2243f"
}
๐งช.null if not provided.curl -X POST "https://your-collabase.ch/api/v1/test-management/my-space" \
-H "Authorization: Bearer cba_live_xYz123ABCD..." \
-H "Content-Type: application/json" \
-d '{
"name": "Frontend QA",
"icon": "๐งช"
}'
{
"id": "proj-abc123",
"name": "Frontend QA",
"description": null,
"icon": "๐งช",
"spaceId": "4d71eb4d-3638-4173-8698-d883a6c2243f"
}
Was this page helpful?