telnyx-10dlc-curl
Facilitates 10DLC brand and campaign registration for US A2P messaging compliance using Telnyx API.
Install this skill
Security score
The telnyx-10dlc-curl skill was audited on May 13, 2026 and we found 27 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 242 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/BXXX001" |
Curl to non-GitHub URL
| 265 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaignBuilder/brand/BXXX001/usecase/{usecase}" |
Curl to non-GitHub URL
| 318 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaign/CXXX001" |
Curl to non-GitHub URL
| 343 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand?sort=-identityStatus&brandId=826ef77a-348c-445b-81a5-a9b13c68fbfe&tcrBrandId=BBAND1" |
Curl to non-GitHub URL
| 362 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/feedback/BXXX001" |
Webhook reference - potential data exfiltration
| 68 | Do not invent Telnyx parameters, enums, response fields, or webhook fields. |
Webhook reference - potential data exfiltration
| 72 | - Before reading or matching webhook fields beyond the inline examples, read [the webhook payload reference](references/api-details.md#webhook-payload-fields). |
Webhook reference - potential data exfiltration
| 189 | ### Webhook Verification |
Webhook reference - potential data exfiltration
| 191 | Telnyx signs webhooks with Ed25519. Each request includes `telnyx-signature-ed25519` |
Webhook reference - potential data exfiltration
| 195 | # Telnyx signs webhooks with Ed25519 (asymmetric — NOT HMAC/Standard Webhooks). |
Webhook reference - potential data exfiltration
| 196 | # Headers sent with each webhook: |
Webhook reference - potential data exfiltration
| 201 | # Use the Telnyx SDK in your language for verification (client.webhooks.unwrap). |
Webhook reference - potential data exfiltration
| 206 | ## Webhooks |
Webhook reference - potential data exfiltration
| 208 | These webhook payload fields are inline because they are part of the primary integration path. |
Webhook reference - potential data exfiltration
| 223 | If you need webhook fields that are not listed inline here, read [the webhook payload reference](references/api-details.md#webhook-payload-fields) before writing the handler. |
Webhook reference - potential data exfiltration
| 373 | Use the core tasks above first. The operations below are indexed here with exact SDK methods and required params; use [references/api-details.md](references/api-details.md) for full optional params, r |
Webhook reference - potential data exfiltration
| 413 | For exhaustive optional parameters, full response schemas, and complete webhook payloads, see [references/api-details.md](references/api-details.md). |
External URL reference
| 49 | "https://api.telnyx.com/v2/10dlc/brand" |
External URL reference
| 106 | "https://api.telnyx.com/v2/10dlc/brand" |
External URL reference
| 146 | "https://api.telnyx.com/v2/10dlc/campaignBuilder" |
External URL reference
| 178 | "https://api.telnyx.com/v2/10dlc/phoneNumberAssignmentByProfile" |
External URL reference
| 242 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/BXXX001" |
External URL reference
| 265 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaignBuilder/brand/BXXX001/usecase/{usecase}" |
External URL reference
| 296 | "https://api.telnyx.com/v2/10dlc/phone_number_campaigns" |
External URL reference
| 318 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/campaign/CXXX001" |
External URL reference
| 343 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand?sort=-identityStatus&brandId=826ef77a-348c-445b-81a5-a9b13c68fbfe&tcrBrandId=BBAND1" |
External URL reference
| 362 | curl -H "Authorization: Bearer $TELNYX_API_KEY" "https://api.telnyx.com/v2/10dlc/brand/feedback/BXXX001" |