Fetch a domain's connection settings.Deprecated

SecuritybasicAuth
Request
path Parameters
name
required
string

The name of the domain you want to fetch

Responses
200

A 200 response

401

A 401 response

404

A 404 response

get/v2/domains/{name}/connection
Response samples
application/json
{
  • "require_tls": true,
  • "skip_verification": true
}