D

D7SMS

by D7SMS Free tier

D7 SMS allows you to reach your customers via SMS over D7's own connectivity to global mobile networks. D7 provides reliable and cost-effective SMS services to businesses across all industries and aims to connect all countries and territories via direct connections.

communicationd7networks

Quick Reference

Base URL https://rest-api.d7networks.com/secure Auth type Basic Auth Auth header Authorization: Basic BASE64(username:password) Rate limit 100 req/s Pricing Enterprise / contact sales Free quota None Documentation https://d7networks.com/ Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.83s (checked Mar 29, 2026) Builder score D 38% builder-friendly
Pricing
28
Latency
30
Depth
52

Authentication

HTTP Basic Auth — base64-encoded username:password

Authorization: Basic BASE64(username:password)

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Enterprise SMS API (D7 Networks). Pay-as-you-go pricing. SMS from $0.004-$0.09/message by destination. Free trial credits available. No monthly fee.

Key Endpoints

MethodPathDescription
GET /balance Balance
POST /send SendSMS
POST /sendbatch Bulk SMS

Sample Request

curl -X GET 'https://rest-api.d7networks.com/secure/balance' \
  -H 'Authorization: Basic BASE64(username:password)'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official D7SMS documentation.