post
https://api.attentivemobile.com/v2/bulk/segments/members
Add members to a segment in bulk. This endpoint accepts 1 to 10,000 members per request. Members are identified by email, phone number, and/or client user ID. The request is validated, queued for asynchronous processing, and a unique batch job ID is returned for tracking the status.
Request Limits:
- Minimum: 1 member per request
- Maximum: 10,000 members per request
- Each individual record must not exceed 1 MiB (1,048,576 bytes); oversized records are rejected with a
413in the job results and are not processed - At least one identifier (email, phone, or clientUserId) required per member
Processing:
- Jobs are processed asynchronously
- Use the batch job ID to check status via
GET /v2/bulk/job/{bulkJobId} - Results available as downloadable
.jsonlfile when completed
Scopes Required: [segments:all]
Default Rate Limit: 100 requests per second
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid parameter in request query or body
401Unauthorized
403Access Denied
404The specified resource was not found
429The user has sent too many requests in a given amount of time
500Internal Server Error