SMS & OTP verification numbers

Rent a number.
Receive the code.
Move on.

Verification coverage across countries and services. Instant numbers when a provider is live, real fallback numbers from your managed pool when it is not.

2,400+
Orders handled
99.2%
Delivery rate
8s
Avg. delivery
24/7
Order access
LIVE INBOX● listening
API pool
Manual pool
Simple workflow

Three steps, every time

01
Pick a service and country

Search by app and country. Price, delivery source, and success rate are shown first.

02
Receive your number

The system assigns an API number or reserves one from the manual pool.

03
Read the code

Codes appear in your dashboard and can also be pushed to your HTTPS webhook.

Live catalog

Services and pricing

View all offers
ServiceCountryPriceSourceSuccess rateAvg. time
Facebook
Nigeria₦395.00API97.80%9sGet number
Google
United States₦720.00API99.30%7sGet number
Instagram
South Africa₦460.00API96.90%10sGet number
WhatsApp
Nigeria₦480.00API98.70%8sGet number
Discord
Germany₦550.00MANUAL91.40%4 minGet number
Telegram
United Kingdom₦610.00MANUAL94.10%4 minGet number
Developer first

Skip the dashboard. Call the API.

Create orders, check delivery status, inspect your balance, and list every active offer through simple JSON endpoints.

  • Bearer key authentication
  • HTTPS webhooks with HMAC signatures
  • Per-account rate limits and request history
  • Same response shape for API and manual orders
# request by offer ID
curl -X POST https://dandollaropt.com/api/v1/orders \
 -H "Authorization: Bearer $RELAYLINE_KEY" \
 -H "Content-Type: application/json" \
 -d '{"offer_id": 1}'

# check the result
curl https://dandollaropt.com/api/v1/orders/RL-REFERENCE \
 -H "Authorization: Bearer $RELAYLINE_KEY"