Domains
Set Custom Domain
PUT /partner/domain{
"domain": "track.yourcompany.com"
}Field
Type
Required
Description
{
"domain": "track.yourcompany.com",
"verified": false,
"verificationRecord": "bullseye-verify=abc123",
"cnameTarget": "track.bullseye.so",
"dnsRecords": [
{
"type": "CNAME",
"name": "track.yourcompany.com",
"value": "track.bullseye.so"
}
],
"instructions": "Add a CNAME record pointing track.yourcompany.com to track.bullseye.so"
}Get Verification Info
Verify Domain
DNS Setup Steps
Last updated