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/V2/bulletinboards

Example request

Headers

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

Example response

{
    "data": [
        {
            "uuid": "awdiojxfgjlsdoijawdaoijv",
            "name": "Bundeling",
            "icon": "bulletin-board",
            "categories": [
                "Job openings",
                "Items for sale"
            ]
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}