1
List Destination Object Types
To create an object in a destination, you first need to know what types of objects are available in the destination. You can list the object types available in a destination using the following API:The response will look something like
There are 2 ways to get the available object types.
- Get destination object types by your destination ID.
- Get destination object types by the name of the destination type.
2
Create Object in Destination
Using the response from the previous step, you can construct the API call to create a new object in the destination.The Create a new destination object API is provided to accomplish this. An example API call may look like this: