Method: /token/get
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"match":
[
"serial":"token serial"
],
"return":["id", "serial","status"]
} |
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":
{
"id": "token id1",
"serial": "serial1",
"status": "ACTIVE"
}
} |
Method: /token/get
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"match":
[
"serial":"token serial"
],
"return":["id", "serial","status"]
} |
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":
{
"id": "token id1",
"serial": "serial1",
"status": "ACTIVE"
}
} |