To split a network using the Cisco Meraki API, the correct endpoint and HTTP method are: curl -L --request PUT \ --url https://api.meraki.com/api/v1/networks/ENAUTO/split \ PUT is the correct method used for modifying an existing resource (splitting the network). The correct endpoint structure is /networks/{networkId}/split.