Insert Records
Inserts a record in the specified table.
The time-to-live (TTL) for a transient field begins when the field value is set during record insertion.
Columns that have a string data type and a uniqueness constraint accept strings up to 2500 characters. If an inserted string exceeds 2500 characters, the call returns a token insertion error.
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
Request
If true
, this operation returns tokens for fields with tokenization enabled.
If true
, this operation mandates that all the records have the same fields. This parameter does not work with upsert.