Cognitive Systems App Cloud API
The AppCloud APIs are used by mobile applications to communicate with the Cognitive Systems Infrastructure.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/
https://docs.cognitivesystems.com/api/v1/
- Mock server
https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/network_memberships/{id}
https://docs.cognitivesystems.com/api/v1/network_memberships/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/network_memberships/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'
- Mock server
https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/network_memberships
https://docs.cognitivesystems.com/api/v1/network_memberships
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/network_memberships?expand=string&network_id=0' \
-H 'Authorization: YOUR_API_KEY_HERE'
- Mock server
https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/network_memberships
https://docs.cognitivesystems.com/api/v1/network_memberships
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.cognitivesystems.com/_mock/assets/specs/api/app_cloud/network_memberships \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"role": "string",
"network_id": 0,
"user_id": 0,
"expand": [
"string"
]
}'
Response
application/json
{ "id": 0, "role": "owner", "user": 0, "network": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "is_present": true }