1. Home
  2. Docs
  3. API
  4. Introduction

Introduction

The API enables you to integrate DWService in your applications. This document is a reference for developers on any platform, providing resources and methods to:

• Create, obtain, list, and modify agents.
• Create, list, and destroy sessions. A session represents a web connection to the agent (IFrame, Window, etc..), which can be configured to gain full or limited access.

The API gives you programmatic access to manage DWService through a Representational State Transfer (REST) API. The API allows external clients to perform CRUD (Create, Read, Update, Delete) operations on DWService resources. It is based on the HTTP protocol and REST methodology.
All API requests are sent over HTTPS in JSON representations to this base url:

https://www.apiremoteaccess.com/en/api/json/

This section provides an overview of how requests are structured, and the expected responses.

Articles