Validate Toll-Free Campaign Information

Validate your toll-free campaign configuration against carrier requirements and compliance rules.

Authentication

PINNACLE-API-KEYstring
API Key authentication via header

Request

This endpoint expects an object.
campaignIdstringRequired

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)
additionalInfostringOptional
Any additional information you want to provide.

Response

Returns validation results.
errorslist of objects
List of validation errors.
is_validboolean
Whether the campaign is valid or not.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error