Creating Records

You can create records through both the object-based and view-based APIs by sending a JSON payload of your record in a POST request to the appropriate route.

๐Ÿ“˜

Note that at this time, only one record can be inserted in a single request. For multiple insertions, your code will need to iterate over a collection of data and make a POST request for each. See our tip on making requests which do not count against your rate limits here.


Whatโ€™s Next