POST
/
destinations
/
{destination_id}
/
object_creation_request

Authorizations

Authorization
string
headerrequired

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

destination_id
integer
required

ID 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.