Lookup Brand
GET/v1/brand
Resolve a brand service by domain or email (SCRIFT-64).
Accepts exactly one of ?domain= or ?email= (enforced by
BrandQuery). When email is supplied the handler resolves
it to a brand domain via utils.email_brand.extract_brand_domain
and then falls through to the existing lookup_by_domain path -
the two strategies share a single rate-limit bucket ("domain")
and a single response schema so clients branch on input, not
contract.
Request
Responses
- 200
- 422
Successful Response
Validation Error