Get RSS Notification Feed
GET {{api_base}}/{{api_version}}/api/notifications/rss?token={{api_key}}
Overview
Gets your notifications in an RSS Feed which allows you to use them with RSS Feed readers or notification services that can take RSS Feeds and listen to updates. As soon as a notification goes to your account, it will be added to your feed.
Authorization
Requires an API key using as a query parameter using the
token
key.
Request Params
| Key | Datatype | Required | Description |
| token
| string | | |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
"\u003c?xml version=\"1.0\" ?\u003e\n\u003crss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\"\u003e\n \u003cchannel\u003e\n \u003ctitle\u003eTorBox Notifications\u003c/title\u003e\n \u003clink\u003ehttps://api.torbox.app/v1/api/notifications/rss?token=00000000000000000000000\u003c/link\u003e\n \u003cdescription\u003eTorBox Notifications\u003c/description\u003e\n \u003catom:link href=\"https://api.torbox.app/v1/api/notifications/rss?token=00000000000000000000000\" rel=\"self\" type=\"application/rss+xml\"/\u003e\n \u003citem\u003e\n \u003ctitle\u003eNotification Title\u003c/title\u003e\n \u003cdescription\u003eTorrent Description\u003c/description\u003e\n \u003cguid\u003e0000\u003c/guid\u003e\n \u003cpubDate\u003e0000-00-00T00:00:00.00000+00:00\u003c/pubDate\u003e\n \u003c/item\u003e\n \u003citem\u003e\n \u003ctitle\u003eNotification Title\u003c/title\u003e\n \u003cdescription\u003eTorrent Description\u003c/description\u003e\n \u003cguid\u003e0001\u003c/guid\u003e\n \u003cpubDate\u003e0000-00-00T00:00:00.00000+00:00\u003c/pubDate\u003e\n \u003c/item\u003e\n \u003c/channel\u003e\n\u003c/rss\u003e"