Get a brand kit
GET/accounts/:accountResourceId/brands/:resourceId
Returns one brand kit on the account with its current version inlined as currentVersion. Archived (soft-deleted) brand kits are still readable and carry a non-null deletedAt. 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, 429 when the key exceeds its rate-limit allowance, and 404 when the account or the brand kit does not exist, or the caller cannot read the account's brand kits — the endpoint never reveals whether a brand kit exists to a caller who cannot read it.
Request
Responses
- 200
- 401
- 404
- 429