ToolsTest
/Tools/test
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://api.speaknode.com/api/Tools/test" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"status_code": 0,
"response_body": "string",
"error_message": "string"
}