More status
This commit is contained in:
parent
c64b2120b0
commit
b97105ff40
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue