Api Documentation

Customers

Customers are the companies that users are bound to. The logo field contains an ID that can be used in the FILES endpoint to retrieve the actual logo. Updating logos can also be done through the FILES endpoint. Please refer to the FILES endpoint documentation for information on how to do this.
Retrieves a collection of customers and rudimentary information about them.
Creates a new customer. Only available to API keys without user authentication. When an image tag is included in the additional_info field, these files are downloaded. They need to be publicly accessible. We support PNG and JPEG image file types.
Updates an existing customer. API keys without user authentication can update all customers. API keys that require user authentication can only update the current user's company.
Deletes a single customer. Only available to API keys without user authentication.
Json
XML
GET https://api.bundeling.com/V2/customers

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a customerstring

Includes

NameDescriptionEndpoint
usersRetrieves information about the users who are bound to this customerUsers

Example request

Headers

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

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "name": "ECOM Development",
    "sponsor_type": "Elite sponsor",
    "website": "www.ecom.nl",
    "email": "support@bundeling.com",
    "address": "Protonenlaan 2a",
    "zipcode": "5405 NE",
    "town": "Uden",
    "telephone": "0413331869",
    "mobile": "4888",
    "logo": "LCJwYeyJjbGllbnQiOjEwXRoIjoidXNlcnNcLzE1XC91...",
    "additional_info": "ECOM Development delivers on point solutions and...",
    "additional_info_short": "ECOM Development delivers on point solutions.",
    "advertisement": "Check out our special offer at www.ecom.nl",
    "meta_keywords": "Development",
    "linkedin_profile": "https://www.linkedin.com/company/bundeling-app",
    "number_of_tickets": 3,
    "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit...",
    "external_reference": "123908",
    "hidden": false,
    "labels": [
        "d7743aaf53224e279853c7d0c1dbfb3a",
        "d7743aaf53224e279853c7d0c1dbfb3a"
    ],
    "metadata": {
        "name": "value"
    },
    "creationdate": "2024-01-20T00:00:00+0100",
    "lastupdate": "2024-01-20T00:00:00+0100"
}