Api Documentation

Userinfo

Use this endpoint to retrieve information about the currently logged in user. Available OAuth scopes are openid, profile, email, phone and customer.
Json
XML
POST https://api.bundeling.com/V2/userinfo

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "customer_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "username": "johndoe",
    "firstname": "John",
    "surname": "Doe",
    "name": "John Doe",
    "gender": "male",
    "function": "Employee",
    "birthday": "1986-04-22",
    "email": "johndoe@email.com",
    "telephone": "+31412345678",
    "mobilephone": "+31612345678",
    "additional_info": "Lorem ipsum dolor sit amet, consectetur adipiscing elit...",
    "facebook": "https://www.facebook.com/BundelingApp/",
    "twitter": "https://twitter.com/bundelingapp",
    "linkedin": "https://www.linkedin.com/in/eric-van-den-brand-a4769a/",
    "picture": "LCJwYeyJjbGllbnQiOjEwXRoIjoidXNlcnNcLzE1XC91...",
    "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit...",
    "external_reference": "123908",
    "hidden": false,
    "deactivated": false,
    "labels": [
        "56f9e6a8e64f4fb3a98a10e14af918d2",
        "21f84db96e6e4febbcd2010bc26ea07a"
    ],
    "metadata": {
        "name": "value"
    },
    "creationdate": "2024-01-20T00:00:00+0100",
    "lastupdate": "2024-01-20T00:00:00+0100"
}