Skip to main content
POST /accounts Pushes accounts into Recotap. Max 100 per request. Deduplication is by domain. By default (upsert omitted or false), if an account with the same domain already exists, the item is returned as failed. Set upsert: true to update existing accounts instead. Returns HTTP 200 regardless of per-item outcome. Check each item’s status in the results array.
Request body Account object Response data
Per-item status values
If segmentId is provided, it is validated before any accounts are processed. The segment must exist, be of type static, and have a status of active or draft. If validation fails, the entire request is rejected with 400 and no accounts are processed. When upsert: true, accounts that already belong to the segment are silently skipped — no duplicate membership is created.