Create multiple records in a single batch operation
Each table has unique schema, which means that the request body should be an array of objects with the schema relevant to the table being used. The example below is assuming that the table has a column labeled “name”.
Required API Scope: Workspace Content: Create
POST
Create multiple records in a single batch operation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
Success!
Create multiple records in a single batch operation