Language:

/instances/app-installs

POST

Install App

Install, on an instance, a registered application.

Users can install public applications or private applications they registered.

App installations are immutable. And this endpoint is not idempotent. Meaning calling it multiple times will result in duplicate application installation entities.

namedescription
appZUID[zuid] Required. Application ZUID
Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/app-installs
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
    "appZUID": "80-abcd-1234"
}
GET

Get App Installs

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/app-installs
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get App Install

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/app-installs/{{install_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
DELETE

Delete App Install

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/app-installs/{{install_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;