cURL
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 } ] }
List environments for a specific application
Documentation IndexFetch the complete documentation index at: https://docs.qa.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.qa.tech/llms.txt
Use this file to discover all available pages before exploring further.
^app(-.+_.+|_.+)$
The request has succeeded.
Show child attributes
Was this page helpful?