-
Notifications
You must be signed in to change notification settings - Fork 2
Core Endpoints
Kieran edited this page Nov 1, 2020
·
5 revisions
Below are the currently supported core endpoints.
$brands = $api->getCoreApi()->getBrands();You can filter the results as shown below. For a full list of supported filtering options, see https://api.supportpal.com/api.html#core-brand-get
$brands = $api->getCoreApi()->getBrands(['enabled' => 1]);$brands = $api->getCoreApi()->getBrand($id);$settings = $api->getCoreApi()->getSettings();