Skip to main content
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

string
required
Your integration identifier. Found in the admin app under integration settings.
string
required
The unique identifier for your data feed. Found in the admin app under your feed settings.

Request Body

string
required
The unique source ID for this record. Used to identify the record for future updates and deletes.
any
Any additional fields for your record data. Structure depends on your data feed schema.

Response

string
required
Unique identifier to track this data change through Frontic’s processing pipeline. Provide this ID when contacting support about specific data changes.