Skip to main content

list_projects

List the projects your API key can see. Use the returned id as {project} in every other route.

Request

GET /api/v1/ops/projects

No parameters.

curl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects"

Response

[
{
"id": "7f3c9a4e-2b1d-4e8a-9c6f-0d5b8a1e2f34",
"name": "Acme Shop",
"baseUrl": "https://shop.acme.example"
}
]

Errors

HTTPWhen
401 unauthorizedMissing or invalid API key.