Returns a list of Networks you have access to
GET/network
Returns an array of Networks you have access to.
Responses
- 200
- 401
- 429
- 500
An array of Network IDs
Unauthorized access, indicating that the request has not been applied because it lacks valid authentication credentials for the target resource.
Rate limit exceeded, indicating that the request was not accepted because the application has exceeded the rate limit for the API.
Internal Server Error, indicating that the server encountered an unexpected condition that prevented it from fulfilling the request.