Get Subnet Identity
get/api/subnet/identity/v1
Query parameters
pageinteger
The page number of the response.
limitinteger
The number of responses. max is 200,
Response
200
Example response
{
"pagination": {
"current_page": 1,
"per_page": 1024,
"total_items": 93,
"total_pages": 1
},
"data": [
{
"subnet_name": "Root"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.