Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

tableId
string
requerido
recordId
string
requerido

Cuerpo

application/json

Where this record to insert to (Optional)

viewId
string
requerido

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

anchorId
string
requerido

The record id to anchor to

position
enum<string>
requerido
Opciones disponibles:
before,
after

Respuesta

201 - application/json

Successful duplicate

records
object[]
requerido

Array of record objects

Ejemplo:
Última modificación el 4 de septiembre de 2026