v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Get instance details by InviteCode

Get instance details by InviteCode — Damoov developer documentation.

get/v1/applications/{AppId}/instances/{InviteCode}

Path parameters

AppIdstring required
InviteCodestring required

Response

200

Statusinteger
Titlestring
Errorsobject[]

Example response

{
  "Result": {
    "Id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "Key": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "Name": "Development",
    "Description": "Default group",
    "Status": "Active",
    "InviteCode": "XXXXXX",
    "AppId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "AppName": "Ghost App",
    "CompanyId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  },
  "Status": 200
}