latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Feeds
Get a specific feed by ID
Retrieves a specific feed by its ID. Public feeds are accessible without authentication. Private feeds require appropriate token validation.
get/feeds/{id}
Path parameters
idinteger required
Feed ID
Response
Feed details
Example response
{
"id": 1,
"name": "Tech News Twitter Feed",
"token": "abc123-def456-ghi789",
"feedTypeId": 1,
"internalId": "elonmusk",
"createdOn": "2023-01-01T12:00:00Z"
}