Creates a record in a specified data table.
The structure of the request payload is a key-value pair of each field. You can specify fields by their UUIDs (dollar-escaped) or names. Fields not listed in the schema are replaced with default values. Extra fields that aren’t included in the schema are ignored.
Create record (v1)
The ID of the data table that contains the record you plan to update. You can use the List data tables endpoint to retrieve data table IDs.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Key-value pair for each field you request.