API Overview

The Screendesk API is REST-based and uses standard HTTP verbs and status codes. The API accepts form-encoded request bodies and returns JSON-encoded responses. All requests should be made over SSL.

Base URL

The base URL to access the Screendesk API is https://app.screendesk.io. For example, to access the recordings endpoint, just add the endpoint to the base URL: https://app.screendesk.io/api/v1/recordings.

All responses from the API will include a standard HTTP successful or error status code. The successful status codes are as follows:

Last updated