This method will provide you with a complete list of all support centres which are defined within your account.
/api/v2/support_centres/list
Only account tokens are permitted to access this method.
There are no parameters for this method
[
{
"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
}
}
]