Need help? Call Live Support at +31 (0) 38 453 07 59

Used to add contact registry properties, available properties can be dynamically listed using the tld info call. Also an overview is provided on the properties overview page.

  • POSTMethod
  • /v2/customers/customer/contacts/handle/registryURL
  • application/jsonContent-Type
Name Type Description Restrictions
customer String The handle of the customer
  • Regular expression: [a-zA-Z0-9\-_@\.]+
  • Minimum length: 3
  • Maximum length: 40
handle String The contact handle
  • Regular expression: [a-zA-Z0-9\-_@\.]+
  • Minimum length: 3
  • Maximum length: 40
registry String The name of the registry
Name Type Required / Optional Description Restrictions
properties Map <String, String> Required Contact registry properties, map of property name and property value
intendedUsage Enum Optional The intended usage for the contact, defaults to "REGISTRANT"

Possible values:

  • REGISTRANT
  • ADMIN
  • BILLING
  • TECH

Successful request

  • 200 OKHTTP Status

Failed requests

Generic errors can be expected.

The handle of the customer
The contact handle
The name of the registry
The intended usage for the contact, defaults to "REGISTRANT"

Contact registry properties, map of property name and property value

POST /v2/customers/customer/contacts/handle/registry
Content-Type: application/json

{}