Divendo API 2.0

We’ve rebuilt our API from the ground up to be easier than ever to integrate our platform with your favourite software

Brand

id Type:String Read only:True Unique record identifier
name * Type:String Read only:False The name of the brand
accountnumber Type:String Read only:False The account number of the brand
logo Type:String Read only:False Url reflecting a logo image for the brand
url Type:String Read only:False Url reflecting a website or landing page for the brand
contact * Type:Brand Contact Read only:False Contact person

Example

{
  "id": "571ec7cdf161f5834cb0e307",
  "name": "Divendo",
  "accountnumber": "",
  "logo": "",
  "url": "https://diven.do",
  "contact": {
    "name": {
      "title": "Mr",
      "firstname": "Test",
      "surname": "Person"
    },
    "email": "[email protected]",
    "address": {
      "addressline1": "20-22 Wenlock Road",
      "addressline2": "",
      "addressline3": "",
      "towncity": "London",
      "stateprovince": "London",
      "postalcode": "N1 7GU",
      "country": "GB"
    },
    "numbers": [
      "+442030869860"
    ]
  }
}