Overview
OTPless Telecom Intelligence APIs let you query carrier-level signals for a phone number directly from your backend. Use these signals as a pre-authentication risk layer alongside your primary auth flow. Available APIs:- SIM Swap Check — Detect whether a phone number’s SIM was recently swapped. A recent swap can indicate a SIM-swap attack targeting your users.
- Call Forwarding Check — Check whether call forwarding is active on a number. Active forwarding can divert calls (including voice OTPs) to an attacker.
Authentication
All requests require your OTPless credentials as request headers:
These are the same credentials you use for other OTPless APIs. Do not expose them in client-side code.
Base URL
API reference
HTTP status codes
Error model
- HTTP 4xx: Request rejected. Body is an error object only (
message,errorCode,description). - HTTP 200 with
success: false: Request accepted, but the check could not be completed. Inspect theerrorobject in the body.
Endpoints
- SIM Swap Check —
POST /v1/telecom/sim-swap-check - Call Forwarding Check —
POST /v1/telecom/call-forwarding-check