v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBregistrant changes
Check registrant change requirements
Retrieves the requirements of a registrant change.
post/{account}/registrar/registrant_changes/check
Path parameters
accountinteger required
The account id
Request body
Example request
{
"domain_id": "dnsimple.com",
"contact_id": "2"
}Response
Successfully returned the registrant change requirements.
Example response
{
"data": {
"contact_id": 2,
"domain_id": 2,
"extended_attributes": [
{
"name": "x-fi-registrant-birth-date",
"title": "The registrant's birth date",
"description": "Format is: YYYY-MM-DD.",
"required": false,
"options": []
}
],
"registry_owner_change": false
}
}