Objects
Create a new destination object
This endpoint can be used to create objects in a destination. Each object requires object attributes and field attributes
which are unique to the destination. The object attributes and field attributes can be found in the List destination object types
API [by destination ID] [by destination type name].
POST
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the destination
Body
application/json
Specifies the type of object to create.
Specifies the attributes of the object.
Specifies the attributes of the fields in the object.
Response
201
application/json
Object creation request was successfully enqueued.
Outcome of the operation.
Available options:
created
Example:
"created"
The URL to check the status of the object creation job.
Example:
"https://api.getcensus.com/destinations/12/object-creation-requests/1647978948"
Was this page helpful?