Bulk update contact status
Sets the status on multiple contacts in one request, returning counts of updated and failed records.
Sets the status on multiple contacts in one request, returning counts of updated and failed records.
Authorization
apiKey x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
ids*array<>
Items
1 <= itemsstatus*string
Value in
- "active"
- "paused"
- "blocked"
- "archived"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/contacts/bulk-update-status" \ -H "Content-Type: application/json" \ -d '{ "ids": [ "string" ], "status": "active" }'{ "updated": 0, "failed": 0}