Lambdatest
Connector for the lambdatest API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.lambdatest.com/screenshots/v1 - Auth:
basic(pass your key via theapiKeyinput)
Operations
devices— GET /devices — Fetch all available device combinations.locations— GET /locations — Fetch Locationsos_browsers— GET /os-browsers — Fetch all available os-browser combinations.profiles— GET /profiles — Fetch login profilesresolutions— GET /resolutions — Fetch all available resolution on different OSscreenshots— GET /{test_id} — Fetch specified screenshot details
Inputs
apiKey— your lambdatest API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: devices
apiKey: <your key>