v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
SMS

Pre-check a carrier registration

Dry-run of POST /v1/sms/registrations for 10DLC: validates and composes the exact brand/campaign payloads a submission would store (branding, disclosures, auto-replies), runs deterministic compliance lints plus an AI reviewer over them, and returns the findings WITHOUT creating anything. Use it to fix issues before submitting; block severity findings indicate a near-certain carrier rejection.

post/v1/sms/registrations/preflight

Request body

registrationType'standard_10dlc' | 'sole_prop_10dlc' required
phoneNumbersstring[]
brandobject required

Same shape as the registration brand.

campaignobject required

Same shape as the registration campaign.

messagingBrandNamestring

Response

Composed payloads + findings.

verdict'pass' | 'warn' | 'fail' | 'unreviewed'
aiUnavailableboolean

True when the AI portion of the check could not run; advisories then contain only deterministic findings.