diff --git a/Info-API.md b/Info-API.md new file mode 100644 index 0000000..8e3d521 --- /dev/null +++ b/Info-API.md @@ -0,0 +1,23 @@ +# Info API + +_Last Updated 2017-04-23_ + +The Info API consists of endpoints which are useful lookup tables for various sections of the app. + +## Ages Endpoint + +### `GET /api/info/ages` + +Returns a JSON object. ID is used during User Registration for Customers. + +``` +{ + ages : [ + { + id : + string : + } + ... + ] +} +``` \ No newline at end of file