App Cloud APIs are used by mobile applications.
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/
https://docs.cognitivesystems.com/api/v1/
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/bulk_user_presences
https://docs.cognitivesystems.com/api/v1/bulk_user_presences
curl -i -X POST \
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/bulk_user_presences \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"presence_events": [
{
"networkId": 28,
"timestamp": 1598910716.216094,
"is_arriving": false
}
],
"network_id": 28
}'
{ "failures": [ { … } ] }
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/user_presences
https://docs.cognitivesystems.com/api/v1/user_presences
curl -i -X POST \
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/user_presences \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"network_id": 0,
"is_arriving": true,
"timestamp": 0
}'
{ "failures": [ { … } ] }