Skip to main content
Version: API v1

Auth-Code einer Domain auslesen

GET /v1/accounts/{accountIdentifier}/domains/{domainIdentifier}/authcode/
v1
GET
getDomainAuthCode

Liefert den Auth-Code einer Domain

Request

  • accountIdentifierstring
    required

    Name oder ID eines Accounts

  • domainIdentifierstring
    required

    Vollständiger Name der Domain

Responses

application/json

Domain Auth-Code Information

  • auth-codestring

Usage examples

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