# Get all networks **GET /api/v1/enterprise/network** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[uuid]** (string) Filter by UUID. - **filter[name]** (string) Name to filter by. - **sort** (string) Field to sort by. Valid fields are [name, created_at, updated_at]. Negative sign to denote DESC. Defaults to 'name'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). - **include** (string) Comma separated list of relationships to include. Valid values are [firms]. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)