Skip to main content
GET
Returns the removed news data

Authorizations

token
string
query
required

API key authentication. Provide your API key as a query parameter.

Headers

accept
enum<string>
default:application/json
required

Specifies return format

Available options:
application/json

Query Parameters

page
integer
default:0

Page offset. For optimization, performance and technical reasons, pageSize x page may not exceed 10000. Limit the query results by other parameters such as updatedSince.

pageSize
integer
default:100

Number of results returned. Maximum 1000.

Required range: x <= 1000
updatedSince
integer

Filters the results to only include items that have been updated since the specified Unix timestamp (UTC)

Response

success

{key}
object[]