*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
URL for test server: https://
onmobile-test.diaper.cf:5001
URL for prod server: https://
onmobile-prod.diaper.cf:5001
Server Info APIs
| URL | /api/monitoring |
| Description | Monitoring related info |
| Method | GET |
| Url Param | -- |
| Request Body Data | -- |
| Response | { api_env: "dev", connected_db: "dev", pipeline: "mobile" } 200 |
| Cookie | -- |
| URL | /api/version |
| Description | Show API Version |
| Method | GET |
| Url Param | -- |
| Request Body Data | -- |
| Response | {version: "xxx"} - 200 |
| Cookie | -- |
User Creation APIs
| URL | /api/users | ||||||||||
| Description | Create a new user | ||||||||||
| Method | PUT | ||||||||||
| Url Param | --- | ||||||||||
| Request Body Data | { email: xxx, firstName: xxx, lastName: xxx, surveyData: xxx } | ||||||||||
| Response |
| ||||||||||
| Cookie | --- |
...