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.
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
HTTP Basic Auth — base64-encoded username:password
Authorization: Basic BASE64(username:password)
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.
| Method | Path | Description |
|---|---|---|
| GET | /balance |
Balance |
| POST | /send |
SendSMS |
| POST | /sendbatch |
Bulk SMS |
curl -X GET 'https://rest-api.d7networks.com/secure/balance' \ -H 'Authorization: Basic BASE64(username:password)'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official D7SMS documentation.