Introduction
API Reference - access Currents data programmatically
The Currents API allows programmatic access to the data created during the execution of your Playwright test.
The base URL for accessing the API is
The API is organized around REST. Our API has resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Last updated