Skip to main content
POST
/
v0
/
networks
/
verify
Verify network credentials
curl --request POST \
  --url https://controller.platform.simplecloud.app/v0/networks/verify \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "Network verified successfully",
  "valid": true
}

Body

application/json

Network credentials

The body is of type object.

Response

OK

Response for network verification

message
string
Example:

"Network verified successfully"

valid
boolean
Example:

true