Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Wavix

REMOTE · MCP.WAVIX.COM · SCANNED AUG 3

Hosted MCP server for the Wavix telecom platform: SMS, voice, 2FA, SIP, numbers, 10DLC, CDRs.

Available components

+4 this week 65 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability67
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 13523 tokens (~80/item across 167 items; 122 tools + 45 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
  • Structured output schemas are declared (98% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.wavix.com

# add to Claude Code
claude mcp add --transport http wavix-mcp https://mcp.wavix.com/mcp
# ~/.codex/config.toml
[mcp_servers.wavix-mcp]
url = "https://mcp.wavix.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wavix-mcp": {
      "type": "remote",
      "url": "https://mcp.wavix.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wavix-mcp --url https://mcp.wavix.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  wavix-mcp:
    url: "https://mcp.wavix.com/mcp"
// mcp.json
{
  "mcpServers": {
    "wavix-mcp": {
      "type": "http",
      "url": "https://mcp.wavix.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.wavix.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.wavix.com CN=GlobalSign GCC R6 AlphaSSL CA 2025,O=GlobalSign nv-sa,C=BE 16 Jun 2026 1 Jan 2027 RSA 2048 SHA256-RSA 138eab06a957b419c83f0b22
SANs: *.wavix.com, wavix.com
CN=GlobalSign GCC R6 AlphaSSL CA 2025,O=GlobalSign nv-sa,C=BE (CA) CN=GlobalSign,OU=GlobalSign Root CA - R6,O=GlobalSign 21 May 2025 21 May 2027 RSA 2048 SHA256-RSA 837d4eb89e912fe72cad3bc7692ddc20
CN=GlobalSign,OU=GlobalSign Root CA - R6,O=GlobalSign (CA) CN=GlobalSign,OU=GlobalSign Root CA - R6,O=GlobalSign 10 Dec 2014 10 Dec 2034 RSA 4096 SHA384-RSA 45e6bb038333c3856548e6ff4551
DNSSEC insecure

Validation of mcp.wavix.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
wavix.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.wavix.com/mcp Verified 200
http (plaintext) http://mcp.wavix.com/mcp HTTPS enforced 301 https://wavix.com/mcp
MCP tools — 122 exposed · ~11,872 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
number_validator_get ~41

Returns details for a phone number.

NameTypeReqDescription
phone_numberstringyesPhone number in E.164 format or without "+".
typeyesValidation type.
NameTypeReqDescription
resultyes

No examples provided.

number_validator_results_get ~25

Returns asynchronous validation results.

NameTypeReqDescription
request_idstringyesRequest ID.
NameTypeReqDescription
resultyes

No examples provided.

profile_config_get ~17

Returns the account balance and configuration details.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultyes

No examples provided.

profile_get ~16

Returns the account profile and billing details.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultyes

No examples provided.

profile_update ~165

Updates the account profile and billing details.

NameTypeReqDescription
additional_infostringAdditional information associated with the account.
company_infoobject
contactsstringEmail associated with the account.
default_short_link_endpointstringDefault short link endpoint.
dlr_relay_urlstringCallback URL to forward message delivery reports (DLRs) to.
first_namestringAccount owner's first name.
job_titlestringAccount owner's job title.
last_namestringAccount owner's last name.
phonestringAccount owner's phone number
sms_relay_urlstringCallback URL to forward inbound SMS to.
time_zonestringTimezone configured on the account.
NameTypeReqDescription
resultyes

No examples provided.

sip_trunks_create ~599

Creates a SIP trunk.

NameTypeReqDescription
allowed_ipsarray|nullA list of public static IP addresses allowed to register with the SIP trunk
call_limitintegerA maximum call duration for the SIP trunk, in seconds. Must not exceed the maximum duration set for your account. Ignored when call_restrict is `false`.
call_recording_enabledbooleanIndicates whether outbound call recording is enabled for the SIP trunk
call_restrictbooleanyesIndicates whether a maximum call duration limit is enforced for the SIP trunk
calleridstringyesCaller ID associated with the SIP trunk. Must be an active or verified number on your account.
channels_restrictbooleanyesIndicates whether a limit on the number of concurrent outbound calls is enforced for the SIP trunk
cost_limitbooleanyesIndicates if the max cost limit for an outbound call limit is activated for the SIP trunk.
didinfo_enabledbooleanyesIndicates whether inbound calls include dialed number information in the `To` header of SIP INVITE requests
encrypted_mediaboolean
host_requestobjectFor SIP trunks with IP authentication, includes the SIP endpoint public static IP address and the status of the authentication request. Wavix authenticates all SIP traffic originating from this IP ad…
ip_restrictbooleanyesIndicates whether SIP trunk registration is allowed from only specific public static IP addresses. When set to `true`, the `allowed_ips` parameter must be provided.
labelstringyesUser-defined name of the SIP trunk
machine_detection_enabledbooleanIndicates whether automatic voicemail detection is enabled for the SIP trunk. Available for `Flex Pro` customers only.
max_call_costnumberMaximum cost for an outbound call, in USD
max_channelsintegerMaximum number of concurrent outbound calls for the SIP trunk. Must not exceed the outbound channel capacity set for your account. Ignored when channels_restrict is `false`.
multiple_numbersbooleanIndicates whether any active or verified phone number in your account can be used as the Caller ID for the SIP trunk
passwordstringyesPassword set for the SIP trunk. Use a strong password to help keep your SIP trunk secure.
rewrite_condstringNumber of leading digits to automatically remove from each dialed phone number
rewrite_enabledbooleanyesIndicates whether a custom dial plan is activated for the SIP trunk
rewrite_prefixstringDigits to automatically prepend to each dialed phone number
transcription_enabledbooleanyesIndicates whether automatic call transcription is enabled for the SIP trunk. Available for `Flex Pro` customers only.
transcription_thresholdintegeryesTranscriptions will be generated for calls that meet or exceed the specified minimal call duration threshold, in seconds. Available for `Flex Pro` customers only.
NameTypeReqDescription
resultyes

No examples provided.

sip_trunks_delete ~25

Deletes a SIP trunk.

NameTypeReqDescription
idintegeryesSIP trunk ID.
NameTypeReqDescription
resultyes

No examples provided.

sip_trunks_get ~26

Returns a SIP trunk configuration.

NameTypeReqDescription
idintegeryesSIP trunk ID.
NameTypeReqDescription
resultyes

No examples provided.

sip_trunks_list ~68

Returns a paginated list of SIP trunks. Results are limited to 25 records per page by default. Use `page` and `per_page` to navigate results.

NameTypeReqDescription
pageintegerPage number to retrieve.
per_pageintegerNumber of records per page.
NameTypeReqDescription
resultyes

No examples provided.

sip_trunks_update ~610

Updates a SIP trunk configuration.

NameTypeReqDescription
allowed_ipsarray|nullA list of public static IP addresses allowed to register with the SIP trunk
call_limitintegerA maximum call duration for the SIP trunk, in seconds. Must not exceed the maximum duration set for your account. Ignored when call_restrict is `false`.
call_recording_enabledbooleanIndicates whether outbound call recording is enabled for the SIP trunk
call_restrictbooleanyesIndicates whether a maximum call duration limit is enforced for the SIP trunk
calleridstringyesCaller ID associated with the SIP trunk. Must be an active or verified number on your account.
channels_restrictbooleanyesIndicates whether a limit on the number of concurrent outbound calls is enforced for the SIP trunk
cost_limitbooleanyesIndicates if the max cost limit for an outbound call limit is activated for the SIP trunk.
didinfo_enabledbooleanyesIndicates whether inbound calls include dialed number information in the `To` header of SIP INVITE requests
encrypted_mediaboolean
host_requestobjectFor SIP trunks with IP authentication, includes the SIP endpoint public static IP address and the status of the authentication request. Wavix authenticates all SIP traffic originating from this IP ad…
idintegeryesSIP trunk ID.
ip_restrictbooleanyesIndicates whether SIP trunk registration is allowed from only specific public static IP addresses. When set to `true`, the `allowed_ips` parameter must be provided.
labelstringyesUser-defined name of the SIP trunk
machine_detection_enabledbooleanIndicates whether automatic voicemail detection is enabled for the SIP trunk. Available for `Flex Pro` customers only.
max_call_costnumberMaximum cost for an outbound call, in USD
max_channelsintegerMaximum number of concurrent outbound calls for the SIP trunk. Must not exceed the outbound channel capacity set for your account. Ignored when channels_restrict is `false`.
multiple_numbersbooleanIndicates whether any active or verified phone number in your account can be used as the Caller ID for the SIP trunk
passwordstringyesPassword set for the SIP trunk. Use a strong password to help keep your SIP trunk secure.
rewrite_condstringNumber of leading digits to automatically remove from each dialed phone number
rewrite_enabledbooleanyesIndicates whether a custom dial plan is activated for the SIP trunk
rewrite_prefixstringDigits to automatically prepend to each dialed phone number
transcription_enabledbooleanyesIndicates whether automatic call transcription is enabled for the SIP trunk. Available for `Flex Pro` customers only.
transcription_thresholdintegeryesTranscriptions will be generated for calls that meet or exceed the specified minimal call duration threshold, in seconds. Available for `Flex Pro` customers only.
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_messages_get ~25

Returns a message.

NameTypeReqDescription
idstringyesMessage ID.
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_messages_list ~228

Returns a paginated list of SMS and MMS messages.

NameTypeReqDescription
fromstringMessage sender. For `outbound` messages, the Sender ID used to send the message; for `inbound` messages, the originating phone number.
message_typestringMessage type for filtering. Allowed values are `sms`, `mms`.
pageintegerPage number to retrieve.
per_pageintegerNumber of records per page.
sent_afterstringStart date in `YYYY-MM-DD` format.
sent_beforestringEnd date in `YYYY-MM-DD` format.
statusMessage delivery status for filtering.
tagstringTag for filtering. Supported for outbound messages only.
tostringRecipient phone number. For `outbound` messages, the destination phone number; for `inbound` messages, an SMS-enabled number on the Wavix platform.
typestringyesMessage direction for filtering. Allowed values are `inbound`, `outbound`.
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_messages_list_all ~221

Returns SMS and MMS messages in newline-delimited JSON (NDJSON) format.

NameTypeReqDescription
fromstringMessage sender. For `outbound` messages, the Sender ID used to send the message; for `inbound` messages, the originating phone number.
message_typestringMessage type for filtering. Allowed values are `sms`, `mms`.
sent_afterstringStart date in `YYYY-MM-DDTHH:MM:SS` format.
sent_beforestringEnd date in `YYYY-MM-DDTHH:MM:SS` format.
statusMessage delivery status for filtering.
tagstringTag for filtering. Supported for outbound messages only.
tostringMessage recipient. For `outbound` messages, the destination phone number; for `inbound` messages, the SMS-enabled number that received the message.
typestringyesMessage direction for filtering. Allowed values are `inbound`, `outbound`.

No output schema declared.

No examples provided.

sms_and_mms_messages_send ~127

Sends SMS or MMS messages. MMS is supported for U.S. numbers only. **Rate limit**: 20 messages per phone number in 24 hours.

NameTypeReqDescription
callback_urlstringCallback URL for delivery reports.
fromstringyesSender ID. Numeric or alphanumeric.
message_bodyobjectyes
tagstringTag to group messages, such as for a specific campaign.
tostringyesRecipient phone number.
validityintegerMessage validity period in seconds. Delivery attempts stop after this period expires.
NameTypeReqDescription
carrier_feesstring|nullMobile carrier fees in USD.
chargestringTotal charge for the message in USD.
delivered_atstring|nullDate and time the message was delivered in ISO 8601 format.
directionstringMessage direction. Possible values are `outbound`, `inbound`.
error_messagestring|nullError message.
fromstringSender ID.
mccstring|nullMobile country code.
message_bodyobject
message_idstringMessage ID.
message_typestringMessage type.
mncstring|nullMobile network code.
segmentsintegerNumber of SMS segments. Always 1 for MMS.
sent_atstring|nullDate and time the message was sent in ISO 8601 format.
statusstringMessage status.
submitted_atstringDate and time the message was submitted in ISO 8601 format.
tagstring|nullMessage tag.
tostringRecipient phone number.

No examples provided.

sms_and_mms_opt_outs_create ~42

Creates an opt-out for a Sender ID, 10DLC campaign, or all outbound messages.

NameTypeReqDescription
opt_outobjectyes
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_opt_outs_list ~135

Returns a paginated list of opted-out phone numbers. Results are limited to 25 records per page by default. Use `page` and `per_page` to navigate results.

NameTypeReqDescription
campaign_idstring10DLC campaign for filtering.
created_afterstringStart date in `YYYY-MM-DD` format.
created_beforestringEnd date in `YYYY-MM-DD` format.
pageintegerPage number to retrieve.
per_pageintegerNumber of records per page.
sender_idstringSender ID for filtering.
NameTypeReqDescription
itemsarray
paginationobject

No examples provided.

sms_and_mms_sender_ids_create ~120

Creates a Sender ID. Use the 10DLC API to create Sender IDs in the US.

NameTypeReqDescription
countriesarrayyesTwo-letter ISO country codes where the Sender ID is allowlisted.
monthly_volumestringExpected monthly volume.
samplesarrayMessage samples.
sender_idstringyesSender ID name. Can be either an alphanumeric string or a phone number.
typestringyesSender ID type.
usecasestringyesUse case for the Sender ID
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_sender_ids_delete ~28

Deletes a Sender ID.

NameTypeReqDescription
idstringyesSender ID ID.
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_sender_ids_get ~28

Returns a Sender ID.

NameTypeReqDescription
idstringyesSender ID ID.
NameTypeReqDescription
resultyes

No examples provided.

sms_and_mms_sender_ids_list ~20

Returns a list of Sender IDs.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultyes

No examples provided.

speech_analytics_create ~209

Uploads an audio file for transcription. Wavix sends a POST callback to the specified callback URL when the transcription is complete. Callback body: ```json { "request_id": "e865ea07-25af-4fdd-876e-04b0d41d5ebd", "status": "completed", "error": null } ``` - `request_id`: Transcription request ID. - `status`: Operation status. Possible values are `completed`, `failed`. `completed` indicates successful transcription; `failed` indicates an error. - `error`: Error description. Value is `null` if the transcription was successful.

NameTypeReqDescription
callback_urlstringCallback URL for transcription status updates.
filestringBinary file content. Maximum size is 25 MB. Wavix supports WAV, MP3, and MP4 stereo formats.
insightsbooleanIndicates whether to enable insights generation.
NameTypeReqDescription
resultyes

No examples provided.

speech_analytics_file_get ~72

Get a download URL for a speech-analytics audio file. Returns ``{download_url, content_type, status_code, note}`` instead of the binary audio stream (WAV/MP3/MP4). Fetch ``download_url`` to obtain the file.

NameTypeReqDescription
uuidstringyes

Structured output declared, but exposes no named fields.

No examples provided.

speech_analytics_get ~25

Returns a transcription.

NameTypeReqDescription
uuidstringyesTranscription request ID.
NameTypeReqDescription
resultyes

No examples provided.

speech_analytics_retranscribe ~57

Retranscribes an uploaded file.

NameTypeReqDescription
callback_urlstringCallback URL for transcription status updates.
insightsbooleanIndicates whether to enable insights generation.
uuidstringyesTranscription request ID.
NameTypeReqDescription
successbooleanIndicates whether the request was successful.

No examples provided.

sub_accounts_create ~42

Creates a sub-account.

NameTypeReqDescription
default_destinationsobjectDefault webhook URLs for inbound messages and delivery reports.
namestringyesSub-account name.
NameTypeReqDescription
api_keystringyesSub-account API key.
created_atstringyesDate and time the sub-account was created in ISO 8601 format.
default_destinationsobjectyesDefault webhook URLs for inbound messages and delivery reports.
idintegeryesSub-account ID.
master_organizationintegeryesMaster account ID.
namestringyesSub-account name.
statusstringyesSub-account status.

No examples provided.

sub_accounts_get ~50

Returns a specific sub-account. Results are limited to 25 records per page by default. Use `page` and `per_page` to navigate results.

NameTypeReqDescription
idintegeryesSub-account ID.
NameTypeReqDescription
api_keystringyesSub-account API key.
created_atstringyesDate and time the sub-account was created in ISO 8601 format.
default_destinationsobjectyesDefault webhook URLs for inbound messages and delivery reports.
idintegeryesSub-account ID.
master_organizationintegeryesMaster account ID.
namestringyesSub-account name.
statusstringyesSub-account status.

No examples provided.

sub_accounts_list ~56

Returns a paginated list of sub-accounts. Results are limited to 25 records per page by default. Use `page` and `per_page` to navigate results.

NameTypeReqDescription
statusstringAccount status to filter results.
NameTypeReqDescription
paginationobject
sub_organizationsarray

No examples provided.

sub_accounts_transactions_list ~134

Returns a paginated list of transactions for a specific sub-account. Filter by date range and type. Results are paginated with 25 records per page by default. Use `page` and `per_page` to navigate results.

NameTypeReqDescription
from_datestringyesStart date in `YYYY-MM-DD` format.
idintegeryesSub-account ID.
pageintegerPage number to retrieve.
per_pageintegerNumber of records per page.
to_datestringyesEnd date in `YYYY-MM-DD` format.
typeTransaction types to filter results.
NameTypeReqDescription
paginationobject
transactionsarray

No examples provided.

sub_accounts_update ~64

Updates a sub-account's configuration.

NameTypeReqDescription
default_destinationsobjectDefault webhook URLs for inbound messages and delivery reports.
idintegeryesSub-account ID.
namestringyesSub-account name.
statusstringSub-account status.
NameTypeReqDescription
api_keystringyesSub-account API key.
created_atstringyesDate and time the sub-account was created in ISO 8601 format.
default_destinationsobjectyesDefault webhook URLs for inbound messages and delivery reports.
idintegeryesSub-account ID.
master_organizationintegeryesMaster account ID.
namestringyesSub-account name.
statusstringyesSub-account status.

No examples provided.

ten_dlc_brand_appeals_create ~211

Submits an appeal for 10DLC brand identity verification. Provide any additional documentation to support the appeal. Use `appeal_category` to specify the appeal type: - `VERIFY_TAX_ID` — Use if the brand is UNVERIFIED due to a tax ID mismatch. Applies to private companies, public companies, non-profits, and government entities. - `VERIFY_NON_PROFIT` — Use if a non-profit brand is UNVERIFIED or VERIFIED but missing tax-exempt status. - `VERIFY_GOVERNMENT` — Use if a government brand is UNVERIFIED or VERIFIED but missing government entity status.

NameTypeReqDescription
appeal_categoriesarrayyesList of appeal categories. Allowed values: `VERIFY_TAX_ID`, `VERIFY_NON_PROFIT`, `VERIFY_GOVERNMENT`
brand_idstringyesBrand ID.
evidencearrayyesList of evidence IDs associated with the appeal.
explanationstringAppeal comment or justification.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_appeals_list ~33

Returns a list of brand identity verification appeals.

NameTypeReqDescription
brand_idstringyesBrand ID.
NameTypeReqDescription
resultarrayyes

No examples provided.

ten_dlc_brand_campaigns_create ~547

Registers a 10DLC Campaign.

NameTypeReqDescription
affiliate_marketingbooleanyesIndicates whether the Campaign is used for affiliate marketing
age_gatedbooleanyesIndicates whether the Campaign messages contain age-gated content
auto_renewalbooleanyesIndicates whether the Campaign should be automatically renewed
brand_idstringyesBrand ID.
descriptionstringyesThe Campaign description
direct_lendingbooleanyesIndicates whether the Campaign messages contain direct lending content
embedded_link_samplestring|nullyesAn embedded link sample
embedded_linksbooleanyesIndicates whether the Campaign messages contain embedded links
embedded_phonesboolean|nullyesIndicates whether the Campaign messages contain embedded phone numbers
helpbooleanyesIndicates whether the campaign has a help system (e.g. keyword: HELP, INFO) that subscribers can use or not.
help_keywordsstringyesA comma-separated list of HELP keywords. The HELP keywords are case-insensitive.
help_messagestringyesAn acknowledgement to be sent when a HELP keyword is received
mockbooleanyesIndicates a mock Campaign. The mock Campaigns cannot be used to send production traffic
namestringyesA user-defined Campaign name
optinbooleanyesIndicates whether the campaign requires a subscriber to opt-in before receiving messages or not.
optin_keywordsstringyesA comma-separated list of OPT-IN keywords. The OPT-IN keywords are case-insensitive.
optin_messagestringyesAn acknowledgement to be sent when an OPT-IN keyword is received
optin_workflowstringyesThe opt-in workflow - the process through which consumers opt-in to the Campaign
optoutbooleanyesIndicates whether the campaign has an opt-out system (e.g. keyword: STOP, QUIT) that subscribers can use or not.
optout_keywordsstringyesA comma-separated list of OPT-OUT keywords. The OPT-OUT keywords are case-insensitive.
optout_messagestringyesAn acknowledgement to be sent when an OPT-OUT keyword is received
privacy_policystringA link to the Campaign privacy policy
sample1stringyesMessage sample
sample2string|nullyesMessage sample
sample3string|nullyesMessage sample
sample4string|nullyesMessage sample
sample5string|nullyesMessage sample
terms_conditionsstringyesA link to the Campaign terms and conditions
usecasestringyesThe Campaign use case
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_campaigns_delete ~56

Deletes a 10DLC Campaign. Associated phone numbers cannot be used as Sender IDs once the Campaign is deleted.

NameTypeReqDescription
brand_idstringyesBrand ID.
campaign_idstringyesCampaign ID.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_campaigns_get ~41

Returns a 10DLC Campaign.

NameTypeReqDescription
brand_idstringyesBrand ID.
campaign_idstringyesCampaign ID.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_campaigns_list ~166

Returns 10DLC Campaigns associated with a Brand. Results are limited to 25 records per page by default. Use `page` and `per_page` to navigate results.

NameTypeReqDescription
brand_idstringyesBrand ID.
created_afterstringCampaign creation start date in `YYYY-MM-DD` format.
created_beforestringCampaign creation end date in `YYYY-MM-DD` format.
mockbooleanIndicates whether to include mock Campaigns only.
namestringCampaign name.
pageintegerPage number to retrieve.
per_pageintegerNumber of records per page.
statusstringCampaign status.
usecasestringUse case.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_campaigns_update ~467

Updates a 10DLC Campaign.

NameTypeReqDescription
age_gatedbooleanIndicates whether the Campaign messages contain age-gated content
auto_renewalbooleanIndicates whether the Campaign should be automatically renewed
brand_idstringyesBrand ID.
campaign_idstringyesCampaign ID.
descriptionstringThe Campaign description
direct_lendingbooleanIndicates whether the Campaign messages contain direct lending content
embedded_link_samplestringAn embedded link sample
embedded_linksbooleanIndicates whether the Campaign messages contain embedded links
embedded_phonesbooleanIndicates whether the Campaign messages contain embedded phone numbers
helpbooleanIndicates whether the Campaign provides HELP responses
help_keywordsstringA comma-separated list of HELP keywords. The HELP keywords are case-insensitive.
help_messagestringAn acknowledgement to be sent when a HELP keyword is received
namestringA user-defined Campaign name
optinbooleanIndicates whether the Campaign supports opt-in functionality
optin_keywordsstringA comma-separated list of OPT-IN keywords. The OPT-IN keywords are case-insensitive.
optin_messagestringAn acknowledgement to be sent when an OPT-IN keyword is received
optin_workflowstringThe opt-in workflow - the process through which consumers opt-in to the Campaign
optoutbooleanIndicates whether the Campaign supports opt-out functionality
optout_keywordsstringA comma-separated list of OPT-OUT keywords. The OPT-OUT keywords are case-insensitive.
optout_messagestringAn acknowledgement to be sent when an OPT-OUT keyword is received
privacy_policystringA link to the Campaign privacy policy
sample1stringMessage sample
sample2stringMessage sample
sample3stringMessage sample
sample4stringMessage sample
sample5stringMessage sample
terms_conditionsstringA link to the Campaign terms and conditions
usecasestringCampaign use case
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_evidence_delete ~42

Deletes a 10DLC Brand evidence file.

NameTypeReqDescription
brand_idstringyesBrand ID.
uuidstringyesEvidence ID.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_evidence_get ~75

Get a download URL for a 10DLC brand evidence file. Returns ``{download_url, content_type, status_code, note}`` instead of the binary file stream. Fetch ``download_url`` to obtain the file.

NameTypeReqDescription
brand_idstringyes
uuidstringyes

Structured output declared, but exposes no named fields.

No examples provided.

ten_dlc_brand_evidence_list ~37

Use this method to list previously uploaded Brand appeal evidence.

NameTypeReqDescription
brand_idstringyesUnique identifier of a Brand
NameTypeReqDescription
itemsarrayyesList of uploaded evidence files

No examples provided.

ten_dlc_brand_evidence_upload ~66

Uploads 10DLC Brand evidence. Supported formats include .jpg, .png, .pdf, and more. File size must be under 10MB.

NameTypeReqDescription
brand_idstringyesBrand ID.
filestringFile to upload.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_usecase_qualify ~61

Returns the qualification results for a 10DLC Brand use case. Includes MNO-specific attributes, restrictions, and fees.

NameTypeReqDescription
brand_idstringyesBrand ID.
use_casestringyesUse case name.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_vetting_appeals_create ~128

Submits an appeal for a 10DLC Brand external vetting.

NameTypeReqDescription
appeal_categoriesarrayyesList of appeal categories. Allowed values: `VERIFY_TAX_ID`, `VERIFY_NON_PROFIT`, `VERIFY_GOVERNMENT`, `LOW_SCORE`.
brand_idstringyesBrand ID.
evidencearrayyesList of evidence IDs associated with the appeal.
evp_idstringEVP ID.
explanationstringAppeal comment or justification.
vetting_idstringVetting ID.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_vetting_appeals_list ~42

Returns a list of external vetting appeals for a 10DLC Brand.

NameTypeReqDescription
brand_idstringyesBrand ID.
NameTypeReqDescription
resultarrayyes

No examples provided.

ten_dlc_brand_vettings_create ~87

Requests external vetting for a 10DLC Brand. Supported providers: `AEGIS`, `CV`, `WMC`. Supported classes: `STANDARD`, `ENHANCED`.

NameTypeReqDescription
brand_idstringyesBrand ID.
evp_idstringyesExternal vetting provider code
vetting_classstringyesThe vetting class
NameTypeReqDescription
create_datestringyesThe date and time the vetting request is created
evp_idstringyesExternal vetting provider code
reasonsarray|nullyesReason
vetted_datestring|nullyesThe date and time the vetting request is competed
vetting_classstringyesThe vetting class
vetting_detailsobjectAdditional details of the vetting request
vetting_idstringyesUnique identifier of the vetting request
vetting_scoreinteger|nullyesThe assigned Brand vetting score
vetting_statusstringyesStatus of the vetting request
vetting_tokenstring|nullyesUnique vetting token

No examples provided.

ten_dlc_brand_vettings_import ~80

Imports an existing external vetting for a 10DLC Brand.

NameTypeReqDescription
brand_idstringyesBrand ID.
evp_idstringyesExternal vetting provider code
vetting_idstringyesUnique identifier of the vetting request
vetting_tokenstringyesUnique vetting token
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brand_vettings_list ~38

Returns a list of external vettings for a 10DLC Brand.

NameTypeReqDescription
brand_idstringyesBrand ID.
NameTypeReqDescription
resultarrayyes

No examples provided.

ten_dlc_brands_create ~387

Registers a 10DLC Brand. TCR automatically verifies the brand identity. Only brands with `VERIFIED` or `VETTED_VERIFIED` identity status can register 10DLC Campaigns.

NameTypeReqDescription
citystringyesThe city name
company_namestringyesLegal name of the company
countrystringyes2-letter ISO country code the business address
dba_namestringyesBrand name or DBA
ein_taxidstringyesIRS Employee Identification Number (EIN) for US-based or foreign companies with EIN. The numeric portion of Tax ID for companies incorporated in other countries.
ein_taxid_countrystringyes2-letter ISO country code of the Tax ID issuing country
emailstringyesThe email address of the support contact
entity_typestringyesThe company entity type
first_namestringyesThe first name of the business contact
last_namestringyesThe last name of the business contact
mockbooleanIndicates a mock Brand. You can create mock Brands for testing purposes only, production traffic with the mock Brands is prohibited.
phone_numberstringyesThe support contact telephone in E.164 format
state_or_provincestring|nullyesState or province. For the United States, use 2 character codes.
stock_exchangestring|nullThe stock exchange code. For PUBLIC_PROFIT Brands only.
stock_symbolstring|nullThe stock symbol of the Brand. For PUBLIC_PROFIT Brands only.
street_addressstringyesStreet name and house number
verticalstringyesThe segment the business operates in
websitestringThe website of the business
zipstringyesThe business zip or postal code
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brands_delete ~38

Deletes a 10DLC Brand. Brands with active campaigns cannot be deleted.

NameTypeReqDescription
brand_idstringyesBrand ID.
NameTypeReqDescription
resultyes

No examples provided.

ten_dlc_brands_get ~30

Returns a 10DLC Brand.

NameTypeReqDescription
brand_idstringyesBrand ID.
NameTypeReqDescription
resultyes

No examples provided.