API Guide / Introduction / Overview
Overview

AppX provides REST APIs that allows developers full access to AppX applications. Using the AppX API, you can add, retrieve, update, delete and search your apps' records.

AppX API follows most conventions of RESTful architecture with all URLs in following format. 

https://appxplatform.com/api/v2/API_NAME?[Parameter]

Use HTTPS and SSL when call all APIs. Any requests which require authentication must always be authenticated and use HTTP response codes to indicate API errors. 

All data sent to and from the API must be in JSON or XML format.

In this section

User Setup
Authentication and secure access
Last modified on Nov 26, 2025