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

Bulletinboards

Retrieves a collection of bulletinboards and rudimentary information about them.
Retrieves a single bulletinboard and rudimentary information about it.
Json
XML
GET https://api.bundeling.com/V1/bulletinboards

Example request

Headers

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

Example response

[
    {
        "id": "awdiojxfgjlsdoijawdaoijv",
        "name": "Bundeling",
        "icon": "bulletin-board",
        "categories": [
            "Job openings",
            "Items for sale"
        ]
    }
]