latestOpenAPI 3.0.02026-08-138371125.7 KB
707a88e0b355
Address
Retrieve operators on a given network
This endpoint fetches a number of operators for a given network.
get/v1/address/network/{network}
Path parameters
networkstring required
The network to retrieve operators on
Query parameters
pageinteger required
The page number to retrieve.
limitinteger required
The number of operators to return.
sortBystring
numerical field to sort by
sortOrderstring
order of sorting the field
techne to filter by
badges to filter by
detailsstring required
The flag to populate operators information.
Response
A paged list of Operators on this network
Example response
{
"total_count": 2,
"total_pages": 4
}