cURL
minimal_bulk_identify
curl --request POST \ --url https://api.sendx.io/api/v1/rest/contact/identify/bulk \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data ' [ { "email": "john.doe@example.com" }, { "email": "alice@example.com" } ] '
{ "status": "success", "message": "All contacts processed successfully" }
Endpoint for identifying bulk contacts. Creates or updates multiple contacts in a single request.
🎯 Key Features:
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
1 - 25
Show child attributes
New email when updating existing contact
✅ All contacts identified successfully
"success"
"All contacts processed successfully"
Was this page helpful?