Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Workspace id

Body

application/json
appSlug
string
required

App unique id

appName
Example:
appVersion
string

Defaults to the latest known app version

slug
string

Unique & human readable id across current workspace's appInstances, which will be used to call this app automations

disabled
boolean

If disabled, this appInstance will be ignored during execution

labels
string[]
Pattern: ^[0-9A-Za-z._:-]{2,60}$
updatedAt
string
createdAt
string
updatedBy
string
createdBy
string
checksum
string
config
any

Response

Success Response

appSlug
string
required

App unique id

appName
Example:
appVersion
string

Defaults to the latest known app version

slug
string

Unique & human readable id across current workspace's appInstances, which will be used to call this app automations

disabled
boolean

If disabled, this appInstance will be ignored during execution

labels
string[]
Pattern: ^[0-9A-Za-z._:-]{2,60}$
updatedAt
string
createdAt
string
updatedBy
string
createdBy
string
checksum
string
config
any