POST account/outboundpush/Initiate?domain={domain}&emailAddress={emailAddress}&optOutOfLock={optOutOfLock}

Initiates an account change (push) for a domain name. An account with the specified email address must already exist in the NameBright system. The owner of that account will be notified and will have the ability to accept or reject the domain. Once accepted, the ownership of the domain will have transferred to the account specified by the email address provided.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
domain

A domain name in the form of <name>.<tld>

string

Required

emailAddress

An email address corresponding to the owner of another valid NameBright account.

string

Required

optOutOfLock

Whether to opt out of a 60-day lock (if applicable)

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

A success message corresponding to the operation

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.