v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Create App

Create App — Damoov developer documentation.

post/v1/companies/{CompanyId}/applications

Path parameters

CompanyIdstring required

Request body

namestring json required
descriptionstring json required
statusstring json

1 - active, 2 - deactivated

googlePlayLinkstring json
appleStoreLinkstring json
createDefaultGroupstring json

Response

200

Statusinteger
Titlestring
Errorsobject[]

Example response

{
  "Result": {
    "AppId": "xxxd1a2c-b5a6-xxx-xxxx-26d2168xxxxx",
    "Instances": [
      {
        "Id": "xxx80bc1-xxxx-xxxx-96a8-79800b0xxxxx",
        "Key": "xxx471a4-6950-xxxx-xxxx-ae947a6xxxxx"
      }
    ]
  },
  "Status": 200
}