---
title: "Retrieve change of registrant information"
method: GET
path: "/v2/customers/{customerId}/domains/{domain}/changeOfRegistrant"
tags: ["Domains"]
---

# Retrieve change of registrant information

`GET /v2/customers/{customerId}/domains/{domain}/changeOfRegistrant`

## Path parameters

- `customerId` string, required
- `domain` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Request was successful

- DomainChangeOfRegistrant
  - `createDate` string, iso-datetime, required
  - `gainingContact` ContactRegistrantChange, required
    - `email` string, email, required
    - `firstName` string, person-name, required
    - `lastName` string, person-name, required
    - `organization` string, organization-name
  - `losingContact` ContactRegistrantChange, required
    - `email` string, email, required
    - `firstName` string, person-name, required
    - `lastName` string, person-name, required
    - `organization` string, organization-name
  - `otherDomainsAffected` integer
  - `shopperEmail` string, email

## Other responses

- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — The contact does not exist
- `409` — There is already a similar action processing
- `422` — `domain` must be specified
- `429` — Too many requests received within interval
- `500` — Internal server error
- `502` — Dependent service unavailable

---

[API](https://skmtc.net/godaddy/apis/domains-api.md) · [All operations](https://skmtc.net/godaddy/apis/domains-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/domains-api/revisions/475bd0561c3c/schema)
