Skip to main content

List the contact schemas for a TLD

GET /v2/domain-tlds/{tld}/contact-schemas/
v2
GET
domain-list-tld-contact-schemas

List the contact schemas describing the fields required to register/transfer a Domain.

Request

  • tldstring
    required

    The top level domain to retrieve the schemas for.

    Example:{"value":"de"}

Responses

application/json

The JSON-Schema objects.

  • jsonSchemaAdminCobject
  • jsonSchemaOwnerCobject
    required

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/domain-tlds/string/contact-schemas