Drop in your API key and fire real requests straight from the browser — no code needed. Responses come back exactly as your app would see them.
This page calls www.nexisim.co.ke/api/v2 directly from your browser. If a request fails immediately with a network error rather than an API error, the NexiSim server likely needs to allow browser requests from this domain (CORS) — ask NexiSim support to whitelist it if that happens.
Not saved
Endpoints
GETGet Services
Returns all apps/services you can purchase a number for. No parameters needed.
GET /services
Run the request to see the response here.
GETGet Countries
Returns available countries and pricing for a given service.
GET /countries/{service_id}
Run the request to see the response here.
POSTBuy Number
Purchases a virtual number and starts an activation. This is a real purchase and will use your account balance.
POST /buy — spends real balance
Run the request to see the response here.
GETCheck SMS
Poll this to see if an OTP has arrived for a given activation.
GET /check-sms/{id}
Run the request to see the response here.
GETOrders
Returns your recent orders and their status. No parameters needed.