Get Removed News
Returns the news articles that have been deleted from the News database.
Authorizations
JWT, Refer <a href='https://github.com/Benzinga/jwt' target='_blank'>Benzinga JWT</a> for more information. For JWT, we recommend using RS256. You may generate sample JWT using https://jwt.io/. You need to send us public/private key depending upon which algorithm you are using. We will add that public/private key on our side, so it will verify signature generated. Also, you need to send us the value of <b>iss</b> (issuer) value of payload. <br/> <b>Note:</b> Prepend <b>Bearer</b> to your actual jwt when you authorize here to test.
Headers
Specifies return format. Query parameters work the same for both formats.
application/json
Query Parameters
Page offset. For optimization, performance and technical reasons, page offsets are limited from 0 - 100000. Limit the query results by other parameters such as date.
Number of results returned.
x <= 100
The last updated Unix timestamp (UTC) to pull and sort by
Response
Was this page helpful?