Api Documentation

Accountmanagers

Accountmanagers Information
Deletes the accountmanager from the customer. (The user won't be deleted.)
Json
XML
GET https://api.bundeling.com/V2/accountmanagers

Includes

NameDescriptionEndpoint
userRetrieves information about the userUsers
user.user_statusRetrieves the current user status of the logged in user about listed userUserStatus
user_notesRetrieves a collection of user notes of the logged in user about listed userUserNotes
user_connectionsRetrieves list of connections user has by sending inviteUserConnections
user_connections2Retrieves list of connections user has by receiving inviteUserConnections
customerRetrieves information about the customer (company) that is bound to the userCustomers
customer.usersRetrieves information about the userUsers

Example request

Headers

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

Example response

{
    "data": [
        {
            "uuid": "fcd46e8e32124c05a1cc9f831f166784",
            "customer_uuid": "a59874dbcd72408fbc372e96a5ecf21f",
            "user_uuid": "0ac18d82e09a4af6a2b8aea4e2c55c9a",
            "external_reference": "123908"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}