token.get
The method allows to retrieve tokens according to the given parameters.
Only Super admin user type is allowed to view tokens for other users.
The method supports the following parameters.
Returns either:
- an array of objects;
Retrieve a token
:
Response:
{
"jsonrpc": "2.0",
"result": [
{
"tokenid": "1",
"name": "The Token",
"description": "",
"lastaccess": "0",
"status": "0",
"expires_at": "1609406220",
"created_at": "1611239454",
"creator_userid": "1"
}
],