Domain Event: Registered

This event notification is generated when a domain registration has completed.

Response Parameters for registered (domain)

If the request is successful, the attributes associative array may include the
following:

Response parameterObligationDefinition/Value
expiration_dateAlways returned.The date upon which the domain is set to expire. This is returned in UTC ISO8601 format (Example: 2016-10-14T18:23:40Z)
periodAlways returned.The length of the registration period in years

Example Response for registered (domain)

<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE OPS_envelope SYSTEM "ops.dtd">
<OPS_envelope>
    <header>
        <version>0.9</version>
    </header>
    <body>
        <data_block>
            <dt_assoc>
                <item key="protocol">XCP</item>
                <item key="object">EVENT</item>
                <item key="response_code">200</item>
                <item key="is_success">1</item>
                <item key="response_text">Command successful</item>
                <item key="transaction_id">2014-06-19 11:31:44 27661 101</item>
                <item key="action">REPLY</item>
                <item key="attributes">
                    <dt_assoc>
                        <item key="events">
                            <dt_array>
                                <item key="0">
                                    <dt_assoc>
                                        <item key="object_data">
                                            <dt_assoc>
                                                <item key="domain_name">s-tucows-13e97b6ef1b1c.com</item>
                                                <item key="period">1</item>
                                                <item key="domain_id">808368</item>
                                                <item key="expiration_date">2015-06-19T15:31:42Z</item>
                                            </dt_assoc>
                                        </item>
                                        <item key="object">DOMAIN</item>
                                        <item key="event_id">d282cd475f22b1b0c023de478235e0dc</item>
                                        <item key="event">REGISTERED</item>
                                        <item key="event_date">2014-06-19T15:31:43Z</item>
                                    </dt_assoc>
                                </item>
                            </dt_array>
                        </item>
                        <item key="total">7</item>
                    </dt_assoc>
                </item>
            </dt_assoc>
        </data_block>
    </body>
</OPS_envelope>
{
   "created_date" : "2026-07-15T23:50:13Z",
   "id" : "ac11716c-bf1f-40ee-afd0-b10b9c8eaebf",
   "notification_type" : "opensrs.domain.registered",
   "payload" : {
      "@type" : "type.googleapis.com/google.protobuf.Struct",
      "value" : {
         "event" : "REGISTERED",
         "event_date" : "2026-07-15T23:50:13Z",
         "event_id" : "0a23561b2158eaa5c6cc801a8e92904f",
         "object" : "DOMAIN",
         "object_data" : {
            "domain_id" : "98876632",
            "domain_name" : "example.com",
            "expiration_date" : "2027-07-15T23:50:13Z",
            "period" : "1"
         }
      }
   }
}