Register App

POST {{protocol}}://{{accounts_api_url}}/{{accounts_api_version}}/apps

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

Request Body

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

RESPONSES

status: Created

{"_meta":{"timestamp":"2022-04-25T17:34:55.066204809Z","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"ZUID":"80-f6cbafb0cc-d28k0h","name":"example_app_two","label":"Example App Two","publisher":"Zesty.io","description":"Zesty.io's second example application","url":"https://www.exampleapptwo.com","public":false,"createdByUserZUID":"5-bae188a3d8-bnwbk1","createdAt":"2022-04-25T17:34:55.062683608Z","updatedAt":"2022-04-25T17:34:55.062688373Z"}}