Skip to main content
PUT
Update a contact

Authorizations

Authorization
string
header
required

Registrar API Bearer token. Obtain from dashboard at /dashboard/seller/api-access after requesting Registrar API access.

Path Parameters

handle
string
required

The registrar contact handle to update (e.g. ATOM-12345 or CONTACT_1-67890)

Body

application/json

All fields are optional — only provide the fields you want to change.

name
string
Example:

"Jane Smith"

first_name
string
Example:

"Jane"

last_name
string
Example:

"Smith"

email
string<email>
Example:

"jane.smith@example.com"

phone
string
Example:

"+1.2025559876"

fax
string
Example:

null

organization
string
Example:

"Acme Corp"

address
Example:
city
string
Example:

"Austin"

state
string
Example:

"TX"

zip
string
Example:

"78701"

country
string
Example:

"US"

label
string
Example:

"Updated Label"

disclosed_fields
string[]
Example:

Response

Contact updated successfully

success
boolean
Example:

true

message
string
Example:

"Contact updated successfully"

data
object