cURL
curl --request POST \ --url https://controller.platform.simplecloud.app/v0/networks/register \ --header 'Content-Type: application/json' \ --data '{}'
{ "network_id": "123e4567-e89b-12d3-a456-426614174000", "network_name": "example-network", "network_secret": "secretpassword" }
Register a new network and generate credentials
The body is of type object.
object
Created
Response for network registration
"123e4567-e89b-12d3-a456-426614174000"
"example-network"
"secretpassword"
Was this page helpful?