Discussions

Ask a Question
Back to All

Deprecated properties

I am implementing an API integration and when listing my links I get the following field in my JSON:

"domainId":"8f104cc5b6ee4a4ba7897b06ac2ddcfb"
"domainName":"rebrand.ly"
"domain":{
"id":"8f104cc5b6ee4a4ba7897b06ac2ddcfb"
"ref":"/domains/8f104cc5b6ee4a4ba7897b06ac2ddcfb"
"fullName":"rebrand.ly"
"active":true
}

However on this page the deprecated properties of link entities are listed: https://developers.rebrandly.com/docs/link-entity#section-deprecated-properties

It says domainId's are replaced by domain references. However the link to this domain reference is broken and I can not find more information about this.

According to my understanding the domainId will no longer be used in the future? What will replace this?