Backend API
Backend API Introduction
Welcome to the Apliko Link Backend API documentation. This API provides the programmatic interface to manage all your deep linking resources.
Overview
The Apliko Link REST API is designed to be straightforward and predictable. It uses resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Currently, the API offers endpoints for Links Management, allowing you to create, retrieve, and manage your deep links. Additional features and endpoints are under active development and will be documented here as they are released.
All API access is over HTTPS, and all requests must be authenticated. See the Authentication section for details.