Objects and records
Import section entries
Import section entries using an authenticated developer access key.
PUT
Import section entries
Required scopes:
records:write.
Send { "entries": [{ "id": "stable-uuid", "values": { "child-field-uuid": "value" } }] }. Configure the repeatable section first. Accepts at most 100 entries and a 2 MiB body. Returns { "data": { "imported": 1 } }; the count includes idempotent replays. Imports preserve staff edits and removed entries. Invalid values return 400, missing records/sections return 404, and IDs owned by another record/section return 409 with atomic rollback. Record-scoped keys can access only their pinned record. See entry types and retry rules.
See authentication and rate limits.