|
|
|
@ -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 |
|
|
|
|