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
/
destinations
/
{destination_id}
/
object_creation_requests
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
destination_id
integer
requiredID of the destination
Body
application/json
object_type
string
Specifies the type of object to create.
object_attributes
object
Specifies the attributes of the object.
fields
object[]
Specifies the attributes of the fields in the object.
Response
201 - application/json
status
enum<string>
Outcome of the operation.
Available options:
created
url
string
The URL to check the status of the object creation job.
Was this page helpful?