d7networks.com
D7 Networks provides business messaging services including SMS, OTP verification, WhatsApp, Viber, and number lookup. Its platform lets organizations send messages, verify users, and retrieve delivery or lookup status across those channels.
D7 Networks exposes two HTTP APIs: a current REST API at `https://api.d7networks.com` secured by bearer tokens minted from the D7 control panel, plus a cataloged legacy D7SMS REST API at `https://rest-api.d7networks.com/secure` using Basic auth; it also publishes direct7 SDK packages for Node.js, Python, Ruby, PHP, and Go.
- D7SMS (legacy REST API)discovered
- D7 APIdiscovered
- direct7 CLI/SDK packagesdiscovered
In the D7 Control panel, create an application to obtain a client_id and client_secret. From that application page you can click Generate auth token to mint an API bearer token directly, or call POST https://api.d7networks.com/auth/v1/login/application with client_id and client_secret as form-data to receive a token. The docs say this token is then used for messaging and verify endpoints.
The cataloged legacy D7SMS OpenAPI spec defines HTTP Basic auth (auth) for the https://rest-api.d7networks.com/secure API, but the public pages scraped here do not explain where to create or retrieve the username/password for this legacy credential. Start from the main site D7 Networks or contact the provider to obtain the legacy D7SMS basic-auth credentials if you need this older API.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing