Validate 10DLC Campaign Information
Validate your 10DLC campaign configuration against carrier requirements and compliance rules.
Authentication
PINNACLE-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
campaignId
Unique identifier for the campaign.
- When validating 10DLC campaigns, it must begin with the prefix `dlc_` (e.g., `dlc_1234567890`)
- When validating toll-free campaigns, it must begin with the prefix `tf_` (e.g., `tf_1234567890`)
- When validating RCS campaigns, it must begin with the prefix `rcs_` (e.g., `rcs_1234567890`)
additionalInfo
Any additional information you want to provide.
Response
Returns validation results.
errors
List of validation errors.
is_valid
Whether the campaign is valid or not.

