diff --git a/README.md b/README.md index 0d43a89..d51f811 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Request JSON object: Response JSON object: +``` { status: "OK", apps: [ @@ -140,6 +141,7 @@ Response JSON object: } ] } +``` ### GET /app/UUID @@ -147,18 +149,22 @@ Get seed for APP to be used as a token Request JSON object: +``` { version: "1", appid: "your-app-uuid", token: "current time based token" } +``` Response JSON object: +``` { + status: "OK", seed: "seed of your app" } - +``` ## Usage: OTP