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

Labels

Labels are tags that can be appended to Users, Customers, News, Events and Bulletinboard categories. When creating News, Events or Bulletinboard categories with labels, only the Users that have the matching labels will be able to view the created items. This endpoint is only available to API keys without user authentication.
Retrieves a collection of labels and rudimentary information about them.
Retrieves a single label and rudimentary information about it.
Creates a new label. The color of the created label will be generated automatically.
Updates a label.
Deletes a single label. please be aware of the fact that this label will be removed from ALL users, customers, news and events that it is linked to.
Json
XML
DELETE https://api.bundeling.com/V1/labels

Parameters

Url

NameDescriptionType
idA unique integer used to identify a labelint

Example request

Headers

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

Example response

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