Prefetch Brand Data
Warm the brand cache before users need it so onboarding and enrichment flows return faster.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
What to prefetch. Currently only 'brand' is supported.
brand Identifier of the brand to prefetch. Provide exactly one of domain or email.
- By domain
- By email
Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1000 <= x <= 300000Response
Successful response
Status of the response, e.g., 'ok'
Success message
The type of prefetch that was queued, echoed from the request (currently always 'brand')
brand The domain that was queued for prefetching
Metadata about the API key used for the request. Included in every response whenever a valid API key is provided, even when the response status is not 200.