1p Challenge
To help consumers save money, a popular 1p challenge is promoted by financial bloggers, news and neo-banks. However, they still publish a A4 printout for the consumer to use. This API provides a digital representation of the challenge with a full calendar of savings, "missed entries" and history. The API handles: - leap-years - supports start of calendar Need to add: - start at any point…
1p Challenge endpoints
| Method | Endpoint | Description |
|---|---|---|
| Stats | ||
| GET |
/api/global-tracking /api/global-tracking |
Shows all tracked savings |
| User | ||
| GET |
/api/user/{userId} /api/user/{userId} |
Retreive a user object, their logs and calendar of savings |
| POST |
/api/user/{userId}/log /api/user/{userId}/log |
Log a saving against a use. |
| GET |
/api/create/user /api/create/user |
Creates a new user within the system, returning the userId |
| GET |
/api/user/{userId}/undo-latest /api/user/{userId}/undo-latest |
Undo the latest savings log from a user (fat-finger click) |
| Other endpoints | ||
| GET |
Global status /global-tracking |
Global status of all tracked money. |
| GET |
/api/create/user /api/create/user |
Creates a new user within the system, returning the userId |
| GET |
Create a user /create/user |
Create a user within the system. |
| GET |
Retrieve user /user/{userId} |
Retrieve the log of a user. |
1p Challenge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|