List brands for reseller + hostname (minimal fields)
Last modified:2026-04-30 01:17:30
Minimal list filtered to a specific hostname — returns only reseller, hostname, brand-name, description, currently-active.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json
Minimal brand list. Only reseller, hostname, brand-name, description, and currently-active are populated.
curl --location -g --request GET 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/{{reseller}}/brands/portal.acme.com/list' \
--header 'Authorization: Bearer <token>'
Response Response Example
Modified at 2026-04-30 01:17:30