cURL
curl --request POST \ --url https://controller.platform.simplecloud.app/v0/networks/verify \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "Network verified successfully", "valid": true }
Verify if the provided network credentials are valid
Network credentials
The body is of type object.
object
OK
Response for network verification
"Network verified successfully"
true
Was this page helpful?