Environment›Get All Environments
Selenium Automation API
Automated Screenshots API
App Automation API (Real Devices)
Smart UI
Cypress Automation
User Management
HyperExecute
Accessibility Testing
Analytics
Performance Testing
Audit logs
Environment
Get All Environments
Get All Environments
GET
/api/v1/environments
Get All Environments
curl --request GET \--url "https://test-manager-api.lambdatest.com//api/v1/environments" \--header "Authorization: Basic <encoded-value>"
{"data": {"organization_id": 166750,"environments": [{"environment_id": 4,"platform": "Mobile","name": "Mobile iOS","os": "iOS","os_version": "16","browser": "Firefox","browser_version": "121","brand": "Apple","device": "iPhone 15"},{"environment_id": 1,"platform": "Desktop","name": "Mobile iOS","os": "MacOS","os_version": "Sonoma","browser": "Safari","browser_version": "17","resolution": "1920x1080"},{"environment_id": 3,"platform": "Mobile","name": "Mobile iOS","os": "Android","os_version": "14","browser": "Chrome","browser_version": "104","brand": "Samsung","device": "Galaxy S22"},{"environment_id": 2,"platform": "Desktop","name": "Mobile iOS","os": "Windows","os_version": "11","browser": "Chrome","browser_version": "104","resolution": "1920x1080"},{"environment_id": 5,"platform": "Desktop","name": "Mobile iOS","os": "Windows 11","browser": "Chrome","resolution": "1024*766"},{"environment_id": 6,"platform": "Mobile","name": "Mobile iOS","os": "Android","browser": "Chrome","brand": "Samsung","device": "Flip 3","resolution": "1024*766"},{"environment_id": 7,"platform": "Mobile","name": "Mobile iOS","os": "ios","browser": "Opera","brand": "Apple","device": "iPhone 13 Pro","resolution": "1024*766"}]}}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
pageinteger
per_pageinteger
sortstring
Response
application/jsonOK
dataobject
data.organization_idnumber
Example:
166750data.environmentsobject[]
Get All Environments
curl --request GET \--url "https://test-manager-api.lambdatest.com//api/v1/environments" \--header "Authorization: Basic <encoded-value>"
{"data": {"organization_id": 166750,"environments": [{"environment_id": 4,"platform": "Mobile","name": "Mobile iOS","os": "iOS","os_version": "16","browser": "Firefox","browser_version": "121","brand": "Apple","device": "iPhone 15"},{"environment_id": 1,"platform": "Desktop","name": "Mobile iOS","os": "MacOS","os_version": "Sonoma","browser": "Safari","browser_version": "17","resolution": "1920x1080"},{"environment_id": 3,"platform": "Mobile","name": "Mobile iOS","os": "Android","os_version": "14","browser": "Chrome","browser_version": "104","brand": "Samsung","device": "Galaxy S22"},{"environment_id": 2,"platform": "Desktop","name": "Mobile iOS","os": "Windows","os_version": "11","browser": "Chrome","browser_version": "104","resolution": "1920x1080"},{"environment_id": 5,"platform": "Desktop","name": "Mobile iOS","os": "Windows 11","browser": "Chrome","resolution": "1024*766"},{"environment_id": 6,"platform": "Mobile","name": "Mobile iOS","os": "Android","browser": "Chrome","brand": "Samsung","device": "Flip 3","resolution": "1024*766"},{"environment_id": 7,"platform": "Mobile","name": "Mobile iOS","os": "ios","browser": "Opera","brand": "Apple","device": "iPhone 13 Pro","resolution": "1024*766"}]}}