v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Create Instance

Create Instance — Damoov developer documentation.

post/v1/applications/{AppId}/instances

Path parameters

AppIdstring required

Request body

namestring json required
descriptionstring json required
statusstring json

1 - active, 2 - deactivated

Response

200

Statusinteger
Titlestring
Errorsobject[]

Example response

{
  "Result": {
    "Id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "Key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  },
  "Status": 200
}