Get a single catalog brand by id (public)
Public, unauthenticated lookup of one catalog brand by its opaque `brandId` (as returned by the catalog search). Non-PHI metadata; CDN-cached. An unknown or malformed id returns 404 problem details.
/api/sdk/v1/catalog/brands/{brandId}Public, unauthenticated lookup of one catalog brand by its opaque brandId (as returned by the catalog search). Non-PHI metadata; CDN-cached. An unknown or malformed id returns 404 problem details.
Path Parameters
Opaque, URL-safe brand identifier from the catalog search.
Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/sdk/v1/catalog/brands/string"{ "brand": { "id": "string", "name": "string", "platformType": "string", "fhirBaseUrl": "http://example.com", "city": "string", "state": "string", "portalUrl": "http://example.com", "logoUrl": "string" }}{ "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}Search the health-system brand catalog (public) GET
Public, unauthenticated search over the CuraeAI health-system brand catalog — the discovery surface a consumer uses to build an institution picker before any data is linked. The catalog contains only non-PHI metadata (brand name, EHR platform type, FHIR base URL, city/state, and a logo reference), so no API key is required; the authorization boundary is the SDK connection, not catalog discovery. Results are deduplicated by FHIR system identity and CDN-cached at the edge.
Get a catalog brand's logo (public) GET
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.