Iterable · Capability
Iterable REST API — Catalogs
Iterable REST API — Catalogs. 5 operations. Lead operation: Get a catalog. Self-contained Naftiko capability covering one Iterable business surface.
What You Can Do
GET
Getcatalog
— Get a catalog
/v1/catalogs/{catalogname}
DELETE
Deletecatalog
— Delete a catalog
/v1/catalogs/{catalogname}
GET
Listcatalogitems
— List items in a catalog
/v1/catalogs/{catalogname}/items
PUT
Createorreplacecatalogitem
— Create or replace a catalog item
/v1/catalogs/{catalogname}/items/{itemid}
DELETE
Deletecatalogitem
— Delete a catalog item
/v1/catalogs/{catalogname}/items/{itemid}
MCP Tools
get-catalog
Get a catalog
read-only
idempotent
delete-catalog
Delete a catalog
idempotent
list-items-catalog
List items in a catalog
read-only
idempotent
create-replace-catalog-item
Create or replace a catalog item
idempotent
delete-catalog-item
Delete a catalog item
idempotent