v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438230222.0 KB

Returns the object types for a specific domain.

get/domains/{DomainName}/object-types/{ObjectTypeName}

Path parameters

DomainNamestring required

The unique name of the domain.

ObjectTypeNamestring required

The name of the profile object type.

Response

Success

ObjectTypeNamestring required

The name of the profile object type.

Descriptionstring required

The description of the profile object type.

TemplateIdstring

A unique identifier for the object template.

ExpirationDaysinteger

The number of days until the data in the object expires.

EncryptionKeystring

The customer-provided key to encrypt the profile object that will be created in this profile object type.

AllowProfileCreationboolean

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to <code>TRUE</code>, and if no match is found, then the service creates a new standard profile.

SourceLastUpdatedTimestampFormatstring

The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up.

Fieldsobject

A map of the name and ObjectType field.

Keysobject

A list of unique keys that can be used to map data to the profile.

CreatedAtstring date-time

The timestamp of when the domain was created.

LastUpdatedAtstring date-time

The timestamp of when the domain was most recently edited.

Tagsobject

The tags used to organize, track, or control access for this resource.