Kickstart
Kickstart project
5 subscribers
14 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Kickstart endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| GET |
appRetrieve /hub-apps/{appid} |
### Retrieve a Single App by ID This endpoint retrieves details of a specific app by its ID. The request should be made using an HTTP GET method to the specified URL with the app… |
| POST |
draftUploadAppFileNotPersisting /hub-apps/fileupload |
### Upload File for Draft App This endpoint allows the user to upload a file. Upon successful creation, the response will include an object with the metadata related to the file… |
| DELETE |
draftDeleteIcon /hub-apps/draft/{uuid}/icon |
### Delete Draft App Icon This endpoint is used to delete the icon associated with a specific draft app by its UUID. ### Response The response for this request is a HubApp JSON… |
| POST |
draftCreateEmptyDraft /hub-apps/draft |
### Create an Empty Draft App This endpoint is a POST request used to create a empty draft for hub apps. Upon successful creation, the response will include an object with the… |
| PATCH |
draftUpdateFlow /hub-apps/draft/{uuid} |
|
| GET |
appsList /hub-apps |
### Retrieve a List of Hub Apps This endpoint retrieves a list of hub applications. One row per UUID. It brings the most recent status and has a flag `hasPublished` informing if… |
| PATCH |
appUnpublish /hub-apps/{uuid}/unpublish |
### Unpublish App This endpoint is used to unpublish a draft app by providing the UUID of the app. #### Request - Method: PATCH - Body: - No request body parameters #### Response… |
| POST |
draftCreateFromUuid /hub-apps/draft/{uuid} |
### Create a Draft App From a UUID This endpoint makes an HTTP POST request to create a draft for a hub app with a specific UUID. The request should be made using an HTTP POST… |
| POST |
draftUploadAppFile /hub-apps/draft/{uuid}/fileupload |
### Upload File for Draft App This endpoint allows the user to upload a file for a draft app by providing the UUID. Upon successful creation, the response will include an object… |
| GET |
appsListPreviouslyPublished /hub-apps/published |
### Retrieve a List of Previously Published Hub Apps This endpoint retrieves a list of Previously Published hub applications. One row per UUID. It brings the most recent… |
| PATCH |
draftPublish /hub-apps/draft/{uuid}/publish |
### Publish Draft App This endpoint is used to publish a draft app by providing the UUID of the draft app. If there is any other published app with the same UUID, that version… |
| POST |
draftUploadIcon /hub-apps/draft/{uuid}/iconupload |
### Upload Draft App Icon This endpoint allows the user to upload an icon for a draft app using a POST request. #### Request Body The request should be sent with form-data as the… |
| DELETE |
draftDeleteUploadedFileReference /hub-apps/draft/{uuid}/file |
### Delete Draft App Icon This endpoint is used to remove the the uploaded file reference from a specific draft app by its UUID. ### Response The response for this request is a… |
| DELETE |
draftDiscard /hub-apps/draft/{uuid}/discard |
### Discard Draft App This endpoint is used to discard (hard delete) a draft of a hub app. #### Request The request does not require a request body. It uses the UUID parameter in… |
Kickstart pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|