Build with Ringlet
A clean REST API for phone numbers, SMS, and voicemail. Integrate in minutes, not days.
RESTful API
OpenAPI-documented endpoints for numbers, SMS, and voicemail. JSON in, JSON out.
Real-time webhooks
Get notified instantly when messages arrive or calls are missed. No polling required.
OpenAPI spec
Auto-generated API reference with try-it-out support. Import the spec into any HTTP client.
Simple, predictable API
Standard REST conventions. JSON responses. Bearer token auth.
List your phone numbers
curl -s https://api.ringlet.tel/numbers \
-H "Authorization: Bearer YOUR_API_KEY" | jq . Read SMS messages
curl -s https://api.ringlet.tel/sms \
-H "Authorization: Bearer YOUR_API_KEY" | jq . Get voicemail with transcription
curl -s https://api.ringlet.tel/voicemail \
-H "Authorization: Bearer YOUR_API_KEY" | jq . Ready to get your number?
API access requires the Pro plan. Sign up and start building in minutes.
Sign up for Pro