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
Documentation IndexFetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Network credentials
The body is of type object.
object
OK
Response for network verification
"Network verified successfully"
true
Was this page helpful?