Api Documentation

News

News keeps your users up-to-date about current events surrounding your network.
Creates a new newsitem. Only available to API keys without user authentication. When an image tag is included in the content field, these files are downloaded. They need to be publicly accessible. We support PNG and JPEG image file types.
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/V2/news

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a newsitemstring

Example request

Headers

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

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}