Skip to main content
Get the details of a specified domain.
External DocumentationTo learn more, visit the Brandsight documentation.

Parameters

ParameterDescription
Customer IDThe ID of the Brandsight customer.
DomainThe domain to get details on.
IncludesOptional details to be included in the response.

Example Output

{
	"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"
	}
}

Workflow Library Example

Get Domain Details with Brandsight and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop