Prefetch brand data by email
Signal that you may fetch brand data for a particular domain soon to improve latency. This endpoint accepts an email address, extracts the domain from it, validates that it’s not a disposable or free email provider, and queues the domain for prefetching.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Email address to prefetch brand data for. The domain will be extracted from the email. Free email providers (gmail.com, yahoo.com, etc.) and disposable email addresses are not allowed.
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 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.