get_project
One project's details — base URL, execution target, and test site URLs.
Request
GET /api/v1/ops/projects/{project}Parameter
In
Type
Required
Description
curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT"testvibe projectResponse
{
"id": "a1b2c3d4-…",
"name": "Demo Shop",
"baseUrl": "https://demo.example",
"executionTarget": "sandbox",
"testSiteUrls": [
{ "url": "https://demo.example", "isDefault": true },
{ "url": "https://staging.demo.example", "isDefault": false }
]
}Errors
HTTP
When
Last updated
Was this helpful?
