External DocumentationTo learn more, visit the Brandsight documentation.
Parameters
| Parameter | Description |
|---|---|
| Customer ID | The ID of the Brandsight customer. |
| Domain | The domain to get details on. |
| Includes | Optional details to be included in the response. |
Example Output
Copy
Ask AI
{
"authCode": "string",
"contacts": {
"admin": {
"_createdAt": "string",
"_deleted": true,
"_modifiedAt": "string",
"addressMailing": {
"address1": "string",
"address2": "string",
"city": "string",
"country": "AC",
"postalCode": "string",
"state": "string"
},
"contactId": "string",
"email": "user@example.com",
"encoding": "ASCII",
"exposeWhois": true,
"fax": "string",
"jobTitle": "string",
"nameFirst": "string",
"nameLast": "string",
"nameMiddle": "string",
"organization": "string",
"phone": "string"
},
"billing": {
"_createdAt": "string",
"_deleted": true,
"_modifiedAt": "string",
"addressMailing": {
"address1": "string",
"address2": "string",
"city": "string",
"country": "AC",
"postalCode": "string",
"state": "string"
},
"contactId": "string",
"email": "user@example.com",
"encoding": "ASCII",
"exposeWhois": true,
"fax": "string",
"jobTitle": "string",
"nameFirst": "string",
"nameLast": "string",
"nameMiddle": "string",
"organization": "string",
"phone": "string"
},
"registrant": {
"_createdAt": "string",
"_deleted": true,
"_modifiedAt": "string",
"addressMailing": {
"address1": "string",
"address2": "string",
"city": "string",
"country": "AC",
"postalCode": "string",
"state": "string"
},
"contactId": "string",
"email": "user@example.com",
"encoding": "ASCII",
"exposeWhois": true,
"fax": "string",
"jobTitle": "string",
"nameFirst": "string",
"nameLast": "string",
"nameMiddle": "string",
"organization": "string",
"phone": "string"
},
"tech": {
"_createdAt": "string",
"_deleted": true,
"_modifiedAt": "string",
"addressMailing": {
"address1": "string",
"address2": "string",
"city": "string",
"country": "AC",
"postalCode": "string",
"state": "string"
},
"contactId": "string",
"email": "user@example.com",
"encoding": "ASCII",
"exposeWhois": true,
"fax": "string",
"jobTitle": "string",
"nameFirst": "string",
"nameLast": "string",
"nameMiddle": "string",
"organization": "string",
"phone": "string"
}
},
"createdAt": "string",
"deletedAt": "string",
"dnssecRecords": [
{
"algorithm": "RSASHA1",
"digest": "string",
"digestType": "SHA1",
"flags": "ZSK",
"keyTag": 65536,
"publicKey": "string"
}
],
"domain": "string",
"domainId": "string",
"expirationProtected": true,
"expiresAt": "string",
"holdClient": true,
"holdRegistrar": true,
"hostnames": [
"string"
],
"locked": true,
"modifiedAt": "string",
"nameServers": [
"string"
],
"privacy": true,
"registryStatusCodes": [
"ADD_PERIOD"
],
"renewAuto": true,
"renewDeadline": "string",
"renewal": {
"currency": "USD",
"price": 0,
"renewable": true
},
"status": "ACTIVE",
"transferAwayEligibleAt": "string",
"transferProtected": true,
"verifications": {
"icann": "COMPLETED"
}
}