v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrant changes
Retrieve a registrant change
Retrieves the details of an existing registrant change.
get/{account}/registrar/registrant_changes/{registrantchange}
Path parameters
accountinteger required
The account id
registrantchangeinteger required
The registrant change id
Response
Successfully retrieved the registrant change.
Example response
{
"data": {
"id": 1,
"account_id": 1010,
"contact_id": 2,
"domain_id": 2,
"state": "completed",
"extended_attributes": {
"x-fi-registrant-idnumber": "1234"
},
"registry_owner_change": false,
"irt_lock_lifted_by": "2013-12-08",
"created_at": "2013-11-08T17:23:15Z",
"updated_at": "2015-01-08T21:30:50Z"
}
}