Cognitive Systems WiFi Motion App-Cloud API (v1-5-x)

App Cloud APIs are used by mobile applications.

Download OpenAPI description
Languages
Servers
Mock server

https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/

https://docs.cognitivesystems.com/api/v1/

Overview

Operations

Out of Box

Operations

Logging In

Operations

Geofencing

Operations

Account Management

Operations

Pending Invitations to Network

Request

Retrieve current list of emails invited to join network

Query
network_idinteger>= 1required
curl -i -X GET \
  'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/invitations?network_id=1' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Bodyapplication/json
dataArray of objects
Example: [{"id":108,"email":"d.vekariya99@gmail.com","created_at":"2021-05-18T18:03:19.418Z","updated_at":"2021-05-18T18:03:19.418Z"}]
Response
application/json
{ "data": [ { … } ] }

Update User Model

Request

Path
idinteger>= 1required
Bodyapplication/json
emailstring
passwordstring
first_namestring
last_namestring
curl -i -X PUT \
  'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/users/{id}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "string",
    "password": "string",
    "first_name": "string",
    "last_name": "string"
  }'

Responses

Bodyapplication/json
idinteger
usernamestring
emailstring
first_namestring
last_namestring
created_atstring
updated_atstring
confirmed_atstring or null
Response
application/json
{ "id": 0, "username": "string", "email": "string", "first_name": "string", "last_name": "string", "created_at": "string", "updated_at": "string", "confirmed_at": "string" }

Delete Confirmed User

Request

Path
idinteger>= 1required
Query
delete_claimed_networkboolean

Defaults to false. Delete the network associated with the user. If the user is a network owner, the network is completely deleted.

curl -i -X DELETE \
  'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/users/{id}?delete_claimed_network=true' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Response
No content

Network Settings

Operations

Sounding v2

Operations

Events, History, and Visualizations

Operations

Household Insights [BETA]

Operations

Zone Priority [BETA]

Operations

Universal Alerting

Operations

Meta

Operations

Administration

Operations