CuraeAI Developers
API referenceSDK Catalog

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.

GET/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

brandId*string

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}