Skip to main content
GET
/
v1
/
projects
List projects
curl --request GET \
  --url https://api.qa.tech/v1/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "shortId": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "url": "<string>",
      "defaultApplicationShortId": "<string>"
    }
  ]
}

Response

200 - application/json

The request has succeeded.

projects
object[]
required