Skip to main content

Update the auth code of a Domain

PATCH/v2/domains/{domainId}/auth-code/
API version
v2
Request method
PATCH
Operation ID
domain-update-domain-auth-code

Update an incorrect auth code of an ongoing/failed Domain transfer. This route will also restart the transfer itself.

Request

  • domainIdstring
    required

Responses

Format
application/json
Description

OK

  • isAsyncboolean
  • transactionIdstring

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"authCode":"string"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/domains/string/auth-code