Language:

/apps

POST

Register App

An application needs to be registered with Zesty.io before it can be installed. Because application registration and application installation have a one-to-many relationship, applications are immutable(aside from the public field).

Applications are either public or private. Private applications are only available to the user who created it and are approved by default. Public applications require approval before they're made available to all Zesty.io users. Applications are private unless manually promoted to public by Zesty.io staff - reach out to support@zesty.io to get your private application promoted to public.

namedescription
label[string] Required. Unique Display Name
name[string] Required. Unique Parsley Reference Name
url[string] Required. Unique (secure) URL where the application is hosted
publisher[string] Required. The party which registered the application
description[string] Additional context
Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/apps
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

Request Body

{
    "label": "Example App",
    "name": "example_app",
    "publisher": "Zesty.io",
    "url": "https://www.exampleapp.com"
}
GET

Get Apps

Get public applications and private applications registered by the user.

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/apps
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
GET

Get App

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/apps/{{app_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 
DELETE

Delete App

Please sign in to view your instance’s unique identifier

URL Endpoint

https://accounts.api.zesty.io/v1/apps/{{app_zuid}}
Please sign in to view your token

Authentication Header

Bearer YOUR_APP_SID 

;