GET
/
news-removed
curl --request GET \
  --url https://jwtapi.benzinga.com/api/v2/news-removed \
  --header 'Authorization: <api-key>' \
  --header 'accept: <accept>'
{
  "removed": [
    {
      "id": "integer"
    }
  ]
}
{
  "removed": [
    {
      "id": "integer"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

accept
enum<string>
default:application/json
required

Specifies return format. Query parameters work the same for both formats.

Available options:
application/json

Query Parameters

page
integer
default:0

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.

pageSize
integer
default:15

Number of results returned.

Required range: x <= 100
updated
integer

The last updated Unix timestamp (UTC) to pull and sort by

Response

200 - */*
success
removed
object[]