{ "path": "/service/apptoken/action/get", "method": "POST", "operationId": "appToken.get", "summary": "", "description": "Get application authentication token by id", "tags": [ "appToken" ], "parameters": [ { "in": "body", "name": "body", "schema": { "allOf": [ { "$ref": "#/definitions/OTTRequest" } ], "properties": { "id": { "type": "string" } }, "type": "object" } } ], "responses": { "200": { "description": "Success" } } }