Skip to main content
Version: API v1

Get domain overview

GET/accounts/{accountIdentifier}/domainOverview/
v1
GET
getDomainOverview

Get the data for the domain overview

Request

  • accountIdentifierstring
    required

    Account name or uid.

Responses

application/json

List of domain records for the domain overview

  • Array[
  • *object
    • uidnumber
      required
    • _classstring
      required
    • fullnamestring
      required
    • domainstring
      required
    • targetstring
      required
    • accountUidnumber
      required
    • accountNamestring
      required
    • useAutodiscoverboolean
      required
    • hasSslCertificateboolean
      required

      Indicates if a TLS certificate should be provisioned for this domain item. See isSslReady for the actual readiness of the certificate.

    • hasVarnishboolean
      required

      Indicates if a Varnish cache is active for this domain item.

    • isSubDomainboolean
      required
    • isExternalboolean
      required

      Indicates if this domain item is registered via mittwald, or via an external registry.

    • isSslReadyboolean
      required

      This property is false when a TLS certificate is currently being provisioned, or otherwise true. This means that this property is true, when A) no certificate is active at all (see hasSslCertificate, in this case), or B) a certificate has successfully been provisioned.

    • isTodoReadyboolean
      required

      Deprecated in favor of isReady.

    • isRegistrarJobOpenboolean
      required
    • isReadyboolean
      required

      Indicates if the domain has been provisioned successfully (true), or if it is currently being provisioned or edited (false).

  • ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v1/accounts/string/domainOverview