Default backgrounds (since 1.0.3)

GET https://api.speakap.io/backgrounds/default/

Request

URI:/networks/backgrounds/default/
Method:GET
Accept:application/vnd.speakap.api-v1.8.2+json+hal
Authentication:OAuth 2.0

Response

200
Returns a list of default background URLs

JSON

Name Type Description
backgrounds array Absolute URLs

Example

{
    "_links": {
        "self": {
            "href": "https://api.speakap.io/backgrounds/default/"
        }
    },
    "backgrounds": [
        "https://www.speakap.com/img/backg/default1.png",
        "https://www.speakap.com/img/backg/default2.png",
        "https://www.speakap.com/img/backg/default3.png"
    ]
}