-
Notifications
You must be signed in to change notification settings - Fork 8
Home
lee51 edited this page Feb 7, 2022
·
5 revisions
Method | Endpoint | Required Fields | Optional Fields | Description |
---|---|---|---|---|
POST | /api/appuser/create |
account_id , name , email , zip , age
|
Create app user profile with device ID as account_id
|
|
PUT | /api/appuser/create |
account_id |
name , zip , age , is_latino , gender , gender_other , race , race_other
|
Update app user profile with demographic data |
POST | /api/dailywalk/create |
account_id , daily_walks
|
Write daily walk data for a device | |
POST | /api/dailywalk/get |
account_id |
List daily walk data for a device | |
GET | /api/contest/current |
Get the current or most recent contest |