RSS Import
API for managing rss import
Create an RSS Import
POST
https://www.magloft.com/api/portal/v1/rss_imports/:app_id
This endpoint creates a new RSS Import
and returns the saved RSS Import
Path Parameters
Name
Type
Description
app_id
String
App ID (Publication) to scope this request for.
Request Body
Name
Type
Description
url
String
External Blog URL to import articles from
Get RSS Import
GET
https://www.magloft.com/api/portal/v1/rss_imports/:app_id/:id
This endpoint returns a specific rss import
by id
Path Parameters
Name
Type
Description
app_id
String
App ID (Publication) to scope this request for.
id
Integer
RSS Import ID
Last updated