-
Notifications
You must be signed in to change notification settings - Fork 2
Core Endpoints
Jay edited this page Oct 22, 2020
·
5 revisions
Below are the currently supported core endpoints.
$brands = $api->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->getBrands(['enabled' => 1]);$brands = $api->getBrand($id);$settings = $api->getCoreSettings();