Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qlik Cloud Apps API

The Apps API from Qlik Cloud — 6 operation(s) for apps.

Qlik Cloud Apps API is one of 13 APIs that Qlik Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Apps. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 9 operations across 6 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://your-tenant.region.qlikcloud.com.

9 operations 6 paths 2 schemas 1 DELETE3 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://your-tenant.region.qlikcloud.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Qlik Cloud Apps API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 3 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Apps 9
POST
/api/v1/apps
Create app
createApp body → 201
GET
/api/v1/apps/{appId}
Get app
getApp 1 param → 200
PUT
/api/v1/apps/{appId}
Update app
updateApp 1 param body → 200
DELETE
/api/v1/apps/{appId}
Delete app
deleteApp 1 param → 204
POST
/api/v1/apps/{appId}/copy
Copy app
copyApp 1 param → 200
POST
/api/v1/apps/{appId}/publish
Publish app
publishApp 1 param → 200
PUT
/api/v1/apps/{appId}/publish
Republish app
republishApp 1 param → 200
GET
/api/v1/apps/{appId}/data/lineage
Get app data lineage
getAppLineage 1 param → 200
GET
/api/v1/apps/{appId}/data/metadata
Get app metadata
getAppMetadata 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

GenericRequest
object
GenericResponse
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qlik-cloud-apps-api-openapi.yml Raw ↑

Other APIs Qlik Cloud publishes across the network.

Qlik Engine JSON API
Qlik Data Integration
Qlik Reload
Qlik Users and Groups
Qlik Spaces
Qlik Apps
Qlik Automations
Qlik Cloud Api Keys API
Qlik Cloud Csrf Token API
Qlik Cloud Spaces API
Qlik Cloud Users API
Qlik Cloud Webhooks API