Skip to main content
POST
cURL

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

tableId
string
requis
recordId
string
requis

Corps

application/json

Where this record to insert to (Optional)

viewId
string
requis

You can only specify order in one view when create record (will create a order index automatically)

anchorId
string
requis

The record id to anchor to

position
enum<string>
requis
Options disponibles:
before,
after

Réponse

201 - application/json

Successful duplicate

records
object[]
requis

Array of record objects

Exemple:
Dernière modification le 4 septembre 2026