Account API vs host-t.com
If you need a Development API that's easy to integrate, go with host-t.com.
Account API
Enables users to manage their Vonage API Account by programmable means. More information is available here: <https://developer.nexmo.com/account/overview>.
host-t.com
Basic DNS query via HTTP GET request
Account API
- Simple API key authentication
- HTTPS supported
host-t.com
- No authentication required
- HTTPS supported
- No CORS support
| Feature | Account API | host-t.com |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
host-t.com is the better choice for quick prototypes and hackathons since it requires no authentication.