# Get domain flags Retrieve the current flag settings for the specified domain, including resolution, transfer lock, delete lock, update lock, renewal, and WHOIS privacy status. Endpoint: GET /domains/{name}/flags Version: 1.0.0 Security: bearer ## Path parameters: - `name` (string, required) ## Response 200 fields (application/json): - `@type` (string, required) Enum: "unstoppabledomains.com/partner.v3.DomainFlagsResult" - `DNS_RESOLUTION` (object, required) - `DNS_RESOLUTION.status` (string, required) Enum: "ENABLED", "DISABLED" - `DNS_RESOLUTION.readonly` (object) - `DNS_RESOLUTION.readonly.state` (boolean, required) - `DNS_RESOLUTION.readonly.reasons` (array, required) - `DNS_TRANSFER_OUT` (object, required) - `DNS_DELETE` (object, required) - `DNS_RENEW` (object, required) - `DNS_UPDATE` (object, required) - `DNS_WHOIS_PROXY` (object, required) ## Response 400 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 401 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 403 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 404 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string) ## Response 500 fields (application/json): - `code` (string, required) Machine-readable error code Example: "VALIDATION" - `message` (string) Human-readable error description - `errors` (array) Individual errors when code is MULTIPLE_ERRORS - `errors.code` (string, required) - `errors.message` (string)