Skip to main content

List account brand kits

GET 

/accounts/:accountResourceId/brands

Returns every brand kit on the account, each with its current version inlined as currentVersion. Archived (soft-deleted) brand kits are included and carry a non-null deletedAt — filter on that field to show only active kits. A kit whose current version has not been created yet has currentVersionId and currentVersion as null. currentVersion.data.aiInstructions is authoring-only guidance for the Ceros AI assistant and is omitted from API-key responses. Responds 401 when the API key is missing, invalid, or revoked, 404 when the account does not exist or the caller cannot read its brand kits, and 429 when the key exceeds its rate-limit allowance.

Request

Responses