Subscribe to a Feed
POST/v1/feeds/:feedId/subscriptions
Subscribe to a Feed to receive a notification when new Articles are published to the Feed.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
- 500
Added
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Too many requests
Internal server error
Callbacks
- POST feedUpdate
POST{$request.body#/callbackUrl}
Will be called when new articles are available in the feed for the subscriber. You must respond within 10 seconds.
Callbacks Responses
- 200
- 204
Return this response to acknowledge that the notification was correctly received.
Alternatively, return this response to acknowledge that the notification was correctly received, but there are no new articles.