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

Documentation Index

Fetch the complete documentation index at: https://docs.qa.tech/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

The request has succeeded.

applications
object[]
required