Bulk Group Actions

For more information on how to use these endpoints see: Bulk Group Actions

Get Bulk Adaptive Group Member Count

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
groupIdsstringRequired
Responses
chevron-right
200

Success

application/json
get
/groups/member-count/bulk

Bulk Add Subscribers To Group

post

Record Limit

This endpoint will accept a maximum of 1,000 records in a single request.

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 5 requests every 15 seconds

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
groupIdstringRequired
Body
subscriberIdsnumber[]Required
Responses
chevron-right
200

Success

application/json
post
/groups/{groupId}/subscribers/bulk-create

Bulk Remove Subscribers from Group

post

Record Limit

This endpoint will accept a maximum of 1,000 records in a single request.

Rate Limiting

This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 5 requests every 15 seconds

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
groupIdstringRequired
Body
subscriberIdsnumber[]Required
Responses
chevron-right
200

Success

application/json
post
/groups/{groupId}/subscribers/bulk-delete

Last updated

Was this helpful?