WealthoraPrime/Dashboard
Connected

Dashboard

Real-time overview of your OTP provider activity

Allocated Numbers
0
Successful OTPs
0
Pending
0
Active Services
0
Recent OTPs
NumberOTPRangeTime

No OTPs yet

Waiting for incoming OTP codes

Live Feed LIVE

No live activity

Waiting for incoming hits...

Get Number

Allocate a new number from a range for OTP verification

Allocate Number
Allocated Numbers 0

No numbers allocated

Enter a range ID and click Get Number to allocate

Success OTP

Your last 100 successful OTP verifications — auto-refreshing every second

Total OTPs
0
Unique Numbers
0
Last OTP
OTP Log AUTORefreshing every 1s · Up to 100
#NumberOTPRangeMessageTime

No OTPs found

Waiting for successful OTP verifications...

Live Console

Global real-time feed of recent OTP hits — auto-refreshing every second

Global Feed LIVELast 15 min · 1s refresh

No live activity

Waiting for incoming OTP hits...

Traffic Analytics

OTP distribution by range and service from your success data and live console

Traffic by Range

No traffic data

Waiting for OTP data to analyze...

Traffic by Service

No traffic data

Waiting for OTP data to analyze...

Live Access

Recently active services and the ranges each one hit

Active Services 0Cached 60s
ServiceLast ActiveRanges

No active services

Loading service data...

API Documentation

Integrate WealthoraPrime OTP services into your applications

Base URL
https://api.2oo9.cloud/MXS47FLFX0U/tnevs/@public/api
Auth Method
mauthapi Header
Response Format
JSON Envelope
Authentication

All API endpoints require your key in the mauthapi header. Every response uses the standard envelope { meta: {code, status}, data, message, rid }.

POST/getnumAllocate a number

Allocate one number from a range. Out of stock returns meta.code 2946.

{ "rid": "26134" }
curl -X POST .../getnum -H "mauthapi: YOUR_KEY" -d '{"rid":"26134"}'
GET/liveaccessActive services + ranges

Recently-active services and ranges. Cached 60s.

curl .../liveaccess -H "mauthapi: YOUR_KEY"
GET/success-otpYour last 50 OTPs

Your own last 50 successful OTPs. Cached 5s per user.

curl .../success-otp -H "mauthapi: YOUR_KEY"
GET/consoleGlobal live feed

Global live feed of recent hits (last 15 minutes). Cached 5s.

curl .../console -H "mauthapi: YOUR_KEY"