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/internal/users/{page_number}/{count_number}
https://docs.cognitivesystems.com/api/v1/internal/users/{page_number}/{count_number}
curl -i -X GET \
'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/internal/users/{page_number}/{count_number}' \
-H 'Authorization: YOUR_API_KEY_HERE'
[ { "user_id": 0, "email": "string", "first_name": "string", "last_name": "string", "external_id": 0, "network_id": 0 } ]
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/internal/users/reset
https://docs.cognitivesystems.com/api/v1/internal/users/reset
curl -i -X PATCH \
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/internal/users/reset \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"email": "user@example.com",
"password": "string"
}'
{ "id": 3, "username": "jsmith", "email": "john.smith@cognitivesystems.com", "first_name": "John", "last_name": "Smith", "created_at": "2020-08-27T20:44:38.793Z", "updated_at": "2020-11-10T20:08:40.754Z", "confirmed_at": "2020-08-27T20:44:38.793Z" }
https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/internal/search/{search_key}
https://docs.cognitivesystems.com/api/v1/internal/search/{search_key}
curl -i -X GET \
'https://docs.cognitivesystems.com/_mock/assets/specs/app-cloud/v1-5-x/internal/search/{search_key}'
[ { "first_name": "Jane", "last_name": "Doe", "email": "jane@gmail.com", "network_id": 185, "network_name": "3e362f", "user_count": 2, "external_id": 156, "token_timestamps": [], "online_status": true } ]