Ingest Items into the Catalog
You can use this API to ingest items into an existing catalog as long as the attributes provided during ingestion match the attributes provided during catalog creation.
Rate Limit Information
Request limit: 100/min OR 1000/hr. You can ingest up to 50 items per request. Payload size limit: 5MB (only when Content-Length header is provided).Authorizations
Basic Authentication sends a Base64-encoded string containing your username and password.
You can obtain the username and password from the MoEngage Dashboard:
- Navigate to Settings > Account > APIs.
- Username: Copy the Workspace ID.
- Password: Copy the Catalog API key.
Path Parameters
The unique identifier for the catalog, obtained during catalog creation.
Body
An array of item objects to add to the catalog. Each item must contain the mandatory attributes (id, title, link, image_link).
50Response
OK. The ingestion request was processed. The response body contains details on valid and invalid item counts.