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
}

Documentation Index

Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt

Use this file to discover all available pages before exploring further.

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