Resource references

Resource References are objects used to link resources together, in order to allow navigation between them.

A basic Resource Reference is composed of:

PropertyTypeDescription
idstringUnique identifier of the original resource
refstringAPI path to resource details

Domain Reference Object

A Domain Reference is a reference to a Domain object.

PropertyTypeDescription
idstringUnique identifier of the Domain object
refstringAPI path to branded domain details
Example of a Domain Reference Object
{
	"id": "8f104cc5b6ee4a4ba7897b06ac2ddcfb",
  "ref": "/domains/8f104cc5b6ee4a4ba7897b06ac2ddcfb"
}