Api Documentation

User settings

User authentication is always required for this endpoint.

Some notification settings have support for emails. To set these you should append "_email" to the end of the setting.

Example: "notification-newsitems" should be "notification-newsitems_email" if trying to set email preference
Retrieves user settings from a single user.
Json
XML
GET https://api.bundeling.com/V2/user_settings

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a userstring

Example request

Headers

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

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "settings": {
        "notification-newsitems": true,
        "notification-newsitems_email": false,
        "notification-matches": false,
        "notification-matches_email": false,
        "notification-events": true,
        "notification-events_email": true,
        "notification-polls": true,
        "notification-polls_email": true,
        "notification-messages": true,
        "notification-messages_email": true,
        "notification-chat": false
    }
}