Opt-Outs
Remove Opt-Outs
Re-enable contacts who consented again — reversing only the suppressions this API recorded ↩️
POST
Remove Opt-Outs
Endpoint
Request body
entries array (required)
Each object names one WhatsApp contact to re-enable. Maximum 10,000 per request.
The same contact listed twice counts once.
Examples
Re-enable by phone number
Re-enable by phone number
Re-enable by Business-Scoped User ID
Re-enable by Business-Scoped User ID
Response
The API returns HTTP200 with a data object. Counts are over the contacts you named.
Success response
A large
notOptedOutCount is normal and is not an error. If you send your full consented list every night, every contact you never suppressed through this API lands there.Error responses
Unreadable entries are dropped and counted — they do not fail the batch. The request fails outright only when no entry survives.
Rejection reasons are the same as Add opt-outs.
Rate limiting
This endpoint is limited to 60 requests per minute. Exceeding this returns HTTP429 Too Many Requests.