# Find by BSSID Endpoint: GET /network/find/mac/{bssid} Security: ApiKey ## Path parameters: - `bssid` (string, required) Access point BSSID ## Query parameters: - `array` (boolean) The default behavior is to return an array when there are multiple results and a single object in the case of a single result. When this parameter is true the response will always be an array. - `expandNodes` (boolean) If true, will also return an array of all nodes belonging to this network under the 'nodes' key.