API Info
Get information about one API endpoint
Get the description and the list of supported version for one API endpoint
get/info/details/{endpointName}
Path parameters
endpointNamestring required
Example:listAcceptedNodes
Name of the endpoint for which one wants information
Response
API Endpoint information
Example response
{
"data": {
"endpoints": [
{
"listAcceptedNodes": "List all accepted nodes with configurable details level",
"GET": "[8,9,10,11,12,13] /nodes"
}
]
}
}