Get a catalog brand's logo (public)
Public, unauthenticated brand-logo endpoint. Issues a 307 redirect to the backing artwork (a pre-rendered asset or a favicon fallback) so callers can use one stable Curae URL — typically as an `<img>` src — while the platform retains freedom to change the underlying source. Returns 404 when no artwork is resolvable. Long-lived CDN cache.
/api/sdk/v1/catalog/brands/{brandId}/logoPublic, unauthenticated brand-logo endpoint. Issues a 307 redirect to the backing artwork (a pre-rendered asset or a favicon fallback) so callers can use one stable Curae URL — typically as an <img> src — while the platform retains freedom to change the underlying source. Returns 404 when no artwork is resolvable. Long-lived CDN cache.
Path Parameters
Opaque, URL-safe brand identifier from the catalog search.
Response Body
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/sdk/v1/catalog/brands/string/logo"{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "code": "string", "details": {}, "retryable": true}{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "code": "string", "details": {}, "retryable": true}