API Reference
Waldo provides two APIs for interacting with the platform programmatically. Both APIs use Bearer token authentication via the Authorization header.
Waldo API
REST API for managing builds, triggering test suites, and retrieving results.
Base URL: https://api.waldo.com
-
Authentication – API key setup and Bearer token usage
-
Webhook – Receive test results on your own endpoint
-
Endpoint reference – All Waldo API endpoints
Core API
WebDriver and Appium-compatible API for creating sessions on devices in the Waldo device cloud and interacting with them programmatically.
-
Introduction – Overview, SDK, and API structure
-
Authentication – Core API authentication details
-
Endpoint reference – All Core API endpoints