List of support centres

This method will provide you with a complete list of all support centres which are defined within your account.

URL

/api/v2/support_centres/list

Access

Only account tokens are permitted to access this method.

Supported Parameters

There are no parameters for this method

Example JSON

[
  {
    "id": 2,
    "access_domain": "atech.customerarea.dev",
    "access_domain_with_protocol": "http://atech.customerarea.dev",
    "brand": {
      "id": 2,
      "name": "Codebase",
      "url": "http://www.codebasehq.com",
      "phone": "01202 901 222"
    }
  },
  {
    "id": 3,
    "access_domain": "dial9.customerarea.dev",
    "access_domain_with_protocol": "http://dial9.customerarea.dev",
    "brand": {
      "id": 3,
      "name": "Dial 9",
      "url": "http://www.dial9.co.uk",
      "phone": null
    }
  }
]

Proudly powered by Katapult. Running on 100% renewable energy.