Amble API A REST API used to store and retrieve data from the Amble iOS app, hosted on Heroku. All responses are returned in JSON. API Endpoint https://ambleapp.herokuapp.com/api Endpoints Authentication POST /auth/login POST /auth/register Walks POST /walks/create GET /walks/create/upload GET /walks/:walkID DELETE /walks/:walkID Users GET /users/:userID GET /users/:userID/walks GET /users/search/:userInfo GET /users/register/:token POST /users/invite GET /users/invites/sent GET /users/invites/received Invites GET /invites/:inviteID/accept GET /invites/:inviteID/decline GET /invites/:inviteID/start_walk