CXUC

CXUC

1.0.0OAS 3.1

Read-side APIs for Bynder Brand Guidelines (CX UC module).
Serves guide, group and page queries from CXUC.

Response variants

Endpoints that accept both user JWTs and Bynder API tokens return different shapes:

  • User JWT → classic response (canEdit/canView/shared fields, Cover objects)
  • Bynder API token → headless response wrapped in a *WithMissingAssets envelope;
    HTTP 206 when one or more asset enrichment calls failed
API Base URL
  • Server 1:https://{your-bynder-domain}/

Guides

Guide endpoints

Get all guides

get
https://{your-bynder-domain}/api/1/cxuc/guides

Query Parameters

orderBystring
orderTypestring
searchTermstring
skipEnrichmentCallsstring

When present, skips asset enrichment calls

Headers

Authorizationstringrequired

Response

application/json

List of guides.

  • User JWT → classic Guides response
  • Bynder API token → GuidesWithMissingAssets (headless)
One Of
allGuidesarray[object]
Show Child Parameters
featuredGuidesarray[object]
Show Child Parameters
get/api/1/cxuc/guides
 
application/json