Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Get curation feed health summary

GET
/api/v3/curations/feeds/health-summary
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/curations/feeds/health-summary?api=true' \
--header 'Authorization: Bearer <token>'

Returns roll-up counts of the company’s RSS and JSON data feeds by health status β€” how many are actively crawling versus erroring β€” for a feeds-health widget.

api
required
boolean

Required. Set to true to authenticate with your company API key rather than a signed-in session.

200 OK

Media type application/json
object
items
object
total
integer
totalActive
integer
totalError
integer
message
string
total
integer
Example
{
"items": {
"total": 14,
"totalActive": 12,
"totalError": 2
},
"message": "Feed health summary fetched successfully.",
"total": 0
}

Still can’t find what you need? Contact support.