Gets an item from the ApiSdk.v2.domains.item collection
The name of the domain itself.
To retrieve a list of all of the domains in your account, send a GET request to /v2/domains.
OptionalrequestConfiguration: RequestConfiguration<DomainsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new domain, send a POST request to /v2/domains. Set the "name"attribute to the domain name you are adding. Optionally, you may set the"ip_address" attribute, and an A record will be automatically created pointingto the apex domain.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To retrieve a list of all of the domains in your account, send a GET request to /v2/domains.
OptionalrequestConfiguration: RequestConfiguration<DomainsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new domain, send a POST request to /v2/domains. Set the "name"attribute to the domain name you are adding. Optionally, you may set the"ip_address" attribute, and an A record will be automatically created pointingto the apex domain.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/domains