Warning: API Version 1 is deprecated. Please use API Version 2.
Api Documentation

News

News keeps your users up-to-date about current events surrounding your network.
Retrieves a collection of news.
Retrieves a single newsitem.
Creates a new newsitem. Only available to API keys without user authentication.
Updates an existing newsitem. Only available to API keys without user authentication.
Deletes a single newsitem. Only available to API keys without user authentication.
Json
XML
DELETE https://api.bundeling.com/V1/news

Parameters

Url

NameDescriptionType
idA unique integer used to identify a newsitemint

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "id": 14,
    "status": "Delete successful"
}