Manage contacts attached to a client (registrant, admin, tech, billing).
Create a contact for a client
Attach a new contact to a client. Each client can have up to 4 contacts — one of each type (REGISTRANT, ADMINISTRATOR, TECHNICAL, BILLING).
A REGISTRANT contact is required before a domain can be assigned to this client.
Phone number format
Phone numbers must be in E.164 format with a dot after the country code:
Code
Examples:
+1.5551234567(United States, country code1)+44.7700900000(United Kingdom, country code44)+7.9001234567(Russia, country code7)+380.501234567(Ukraine, country code380)
Full list of country calling codes: Wikipedia: List of country calling codes.
path Parameters
clientIdCreate a contact for a client › Request Body
firstNamelastNametypecategoryemailemailPrivacyphoneNumber^\+[0-9]{1,4}\.[0-9]…E.164 format with dot after country code: +<cc>.<number>. Example: +1.5551234567. See country codes list.
countrycountryCodecitystatezipaddress1address2Create a contact for a client › Responses
Contact created
successList all contacts
Returns a paginated list of all contacts across all your clients, with search and filtering.
Use q to search by first name, last name, or email (case-insensitive substring match). Filter by type to get only registrants/admins/etc., or by clientId to scope to one client.
query Parameters
limitoffsetqSearch by firstName, lastName, or email (case-insensitive)
typeFilter by contact type
clientIdFilter to contacts of a specific client
List all contacts › Responses
List of contacts
success