Want to periodically submit real web browser tests to ensure nothing is broken? Want to test from different geographical locations? Check out our simple REST API:
curl -X POST https://www.appbeat.io/api/v2/browser/test -H "Authorization: Bearer APPBEAT_SECRET_ACCESS_KEY" -H "Content-Type: application/json" -d @test.json
where test.json request content is displayed below (this is just simple example). APPBEAT_SECRET_ACCESS_KEY can be found in your AppBeat account by navigating to "Account / API access".
Tip: You can edit test.json request & run it directly from this page. Editor below will help you with code completion. You can hover over keywords to get description.