Ingest API
Upsert Record
POST
Create or replace a record in your data feed. If a record with the same source ID exists, it will be completely replaced with the new data.
Path Parameters
Your integration identifier. Found in the admin app under integration settings.
The unique identifier for your data feed. Found in the admin app under your feed settings.
Request Body
The unique source ID for this record. Used to identify the record for future updates and deletes.
Any additional fields for your record data. Structure depends on your data feed schema.
Response
Unique identifier to track this data change through Frontic’s processing pipeline. Provide this ID when contacting support about specific data changes.