# Identify Influencers by Email (async) Identifies influencers based on email addresses. This can be used e.g. to identify influencers from your customer lists. This endpoint is asynchronous and will return a success message immediately. The influencers will be processed in the background and will appear in the "Your customers" tab of the influencer finder after a few minutes. Endpoint: POST /v1/search/identify_influencers Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `influencer_list` (array, required) List of email addresses. Example: ["influencer1@example.com","influencer2@example.com"] - `brand_id` (integer) ID of the brand. If not provided, the first brand in the account will be used. Example: 4819 - `source_type` (string) Source type for your reference (will be shown in the IH dashboard). Example: "sendinblue" ## Response 200 fields ## Response 400 fields