
Base URL
Each integration has a unique Ingest API URL. Find yours in the Frontic dashboard under integration settings.Authentication
All requests to the Ingest API require authentication. You will receive the API key during Frontic onboarding.Your Frontic Ingest API key provided during onboarding. Include this header in all requests.
Example
Available Endpoints
Upsert
Create or replace a record
Patch
Incrementally update a record
Delete
Remove records from your feed
Response Format
All endpoints return a JSON response containing a correlation ID:Unique identifier to track this data change through Frontic’s processing pipeline. Save this ID if you need to debug or inquire about a specific operation.
Error Handling
401 Unauthorized
401 Unauthorized
400 Bad Request
400 Bad Request
The request body is malformed or missing required fields. Check that your JSON is valid and includes the
id field.404 Not Found
404 Not Found
The specified feed ID doesn’t exist. Verify the feed ID in your request URL.
429 Too Many Requests
429 Too Many Requests
You’ve exceeded the rate limit. Wait before retrying. See Limits for more information.