v1

latestOpenAPI 3.0.02026-07-136410.8 KB
Applications

Create application

Create a new Superblocks application

post/applications

Request body

namestring required

Application name

descriptionstring required

Application description

template'blank' | 'dashboard' | 'form' | 'table'

Template to use for the application

Example request

{
  "name": "Customer Dashboard",
  "description": "A dashboard for customer support team"
}

Response

Application created successfully

idstring uuid

Unique identifier for the application

namestring

Application name

descriptionstring

Application description

templatestring

Template used for the application

created_atstring date-time

Creation timestamp

updated_atstring date-time

Last update timestamp

status'draft' | 'published' | 'archived'

Application status