API Endpoints

There are currently two main API endpoints you can use to create a retrieve Browser Requests. These are:

POST /browser/requests Create a new browser request to carry out a series of actions on a web page.

GET /browser/requests

Retrieve a single browser request or a list of requests made by your account which can be filtered by status.

In order to use these endpoints you need to ensure you have created a valid API key first.

Last updated