Brand
Queue a no-credit brand cache prefetch by email
POST
/brand/prefetch-by-emailAuthorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
maxAgeMs?number
Maximum cache age in milliseconds before refreshing.
Range
0 <= value <= 7776000000BrandRetrieveMaxAgeMs?number
Alternate parameter name for maxAgeMs.
Range
0 <= value <= 7776000000timeoutMS?number
Request timeout hint in milliseconds.
Range
1000 <= value <= 120000forceLanguage?string
Preferred language hint for extraction.
maxSpeed?boolean
Prefer the fastest existing fetch path when possible.
Default
falseemail*string
Email address whose domain should be used for brand lookup
Response Body
curl -X POST "https://example.com/brand/prefetch-by-email" \ -H "Content-Type: application/json" \ -d '{ "email": "founder@example.com" }'Empty
Empty