v7

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-232149157.3 KB
Data
Objects

post/data/v1/objects

Request body

provider'UNIFY' | 'CUSTOMER' required

Represents who created and manages an object in Unify.

In most ways, all objects within the Unify platform behave the same way regardless of whether they are defined by Unify or as custom objects by a plugin or user. This includes the ability to define custom attributes and access records via API.

However, there are some subtle distinctions that require differentiating between these classifications of objects. This enumeration is used to represent these distinctions.

api_namestring required

This is the unique identifier for the object at the API level. It is unique within Unify and cannot be changed.

display_namestring required

This is the user-facing object name shown within Unify. It is not required to be unique within Unify and can be changed at any time.

descriptionstring nullable required

This is a description of the object. It is not required but will be shown in the UI to help understand the purpose of the object. Typically, this should be a short sentence or two explaining the object.

Response

Response for a successful create operation.

status'success' required