Creates a resource alias for the account which serves as a way of creating custom identification for data in the Profile system using a consumerKey and relating it based on the resource type and ID. If a resource alias already exists with all of the same fields as provided, the existing alias data will be returned.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The properties to be assigned to the resource alias.
The resource type that the alias is for. This corresponds to existing model types in the Profile system.
profile A valid bson Object ID which corresponds to an existing data object in the Profile system based on the the resourceType indicated.
The custom identifier that can be used as an alias for the resource specified. This could be a text description, an ID from an external system, etc.
Success — Existing Alias Found
Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.
HTTP status code of the successful response.
Always "success" for successful responses.
success Base schema that provides unique identification and timestamp metadata for resources in the Profile Behavior API.
Represents a resource alias for a data document in the Profile system.