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

Path Parameters

applicationShortId
string
required
Pattern: ^app(-.+_.+|_.+)$

Response

200 - application/json

The request has succeeded.

environments
object[]
required