Submit phone numbers for reputation remediation
Submit a batch of phone numbers belonging to this enterprise for reputation remediation. The request is accepted asynchronously: this endpoint returns 202 with the persisted request id, then the request transitions through processing states until completion. Use the GET endpoints to poll status and per-number results.
Each phone number must be in E.164 format and belong to this enterprise. A number that already has an in-flight remediation request is rejected.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The enterprise id. Lowercase UUID.
"4a6192a4-573d-446d-b3ce-aff9117272a6"
Body
Phone numbers in E.164 format. Each must belong to this enterprise. Maximum 2,000 per request.
1 - 2000 elements^\+[1-9][0-9]{9,14}$How the numbers are used (free text).
1 - 2000"Appointment reminders for our dental clinic."
Optional contact email for this remediation request.
255"ops@example.com"
Optional https:// URL for status notifications.
2048"https://example.com/webhooks/remediation"
Response
Remediation request accepted and persisted.
Full detail of a remediation request, returned on submit and GET by id.