Developers
API Documentation
Integrate Vymerce Nexus virtual numbers into your own applications. Public endpoints require no authentication. Account endpoints use JWT bearer tokens.
Base URL
https://nexus.vymerce.comPublic Endpoints
No authentication required. Rate limited to 60 requests/minute per IP.
Account Endpoints
Requires Authorization: Bearer <token> header. Token obtained via POST /api/auth/login.
Endpoints
GET
/api/public/servicesList all available services (WhatsApp, Telegram, etc.) with pricing.GET
/api/countriesList all supported countries with phone prefixes and pricing.POST
/api/public/orderCreate a new public order for a virtual number without an account.GET
/api/public/track/:trackingIdGet order status, phone number, and verification code by tracking ID.POSTAuth
/api/dashboard/purchasePurchase a virtual number from your wallet balance (account required).GETAuth
/api/dashboard/numbersList all numbers associated with your account.POSTAuth
/api/dashboard/check-smsPoll for a received verification code on a specific number.GETAuth
/api/dashboard/overviewGet wallet balance, cashback balance, and account statistics.Full API reference coming soon
A full OpenAPI specification with request/response schemas, code examples, and a live sandbox is in progress. Contact us for early access.
support@nexus.vymerce.com