{"ok":true,"service":"1Drink API","version":"v1","docs":"https://1drink.0101inc.com/api/","notes":"All endpoints are directory-based and end in index.php. Send and receive application/json. Authenticate with Authorization: Bearer <access_token>.","endpoints":{"health":{"GET":"/api/v1/health/index.php"},"register":{"POST":"/api/v1/auth/register/index.php"},"login":{"POST":"/api/v1/auth/login/index.php"},"refresh":{"POST":"/api/v1/auth/refresh/index.php"},"logout":{"POST":"/api/v1/auth/logout/index.php"},"oauth":{"POST":"/api/v1/auth/oauth/index.php"},"me":{"GET, PATCH, DELETE":"/api/v1/me/index.php"},"drinks":{"GET":"/api/v1/drinks/index.php"},"drink detail":{"GET":"/api/v1/drinks/detail/index.php?id=old_fashioned"},"favorites":{"GET, POST, DELETE":"/api/v1/favorites/index.php"},"ratings":{"GET, POST, DELETE":"/api/v1/ratings/index.php"},"creations":{"GET, POST, DELETE":"/api/v1/creations/index.php"},"creation vote":{"POST":"/api/v1/creations/vote/index.php"},"report":{"POST":"/api/v1/creations/report/index.php"},"leaderboard":{"GET":"/api/v1/leaderboard/index.php"},"sync":{"GET, POST":"/api/v1/sync/index.php"}}}