List networks
GEThttps://api.defined.net/v1/networks
Get a paginated list of networks.
note
Currently, there is a limit of one network per Defined Networking account.
Token scope required: networks:list
Request
Responses
- 200
Successful operation
Authorization: http
name: ApiTokentype: httpdescription: Get an api key from https://admin.defined.net/settings/api-keys with the permission scopes required. scheme: bearerbearerFormat: dnkey
- curl
- python
- go
- nodejs
- CURL
curl -L 'https://api.defined.net/v1/networks' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear