Call Forwarding Check
Check whether call forwarding is active on a phone number. Use as a pre-authentication risk signal for fraud prevention.
Why check call forwarding?
Why check call forwarding?
How to interpret the response
How to interpret the response
success is false, callForwarding and callForwardingType are omitted.What is phoneDetail?
What is phoneDetail?
phoneDetail contains enriched metadata about the phone number returned alongside the forwarding result — including operator, country, line type, and time zones. All fields are omitted when not available for the given number or operator.Authorizations
OTPless API Client ID
OTPless API Client Secret
Body
Phone number including country code, without plus sign. Example: 917020141726 for +91 70201 41726.
"917020141726"
Response
HTTP 200 — Request accepted. Inspect success in the body:
success: true— Check completed. UsecallForwardingto determine result.success: false— Check could not be completed. Inspecterrorfor details.
true if the check completed successfully. false if the check could not be completed — inspect the error object for details.
true if call forwarding is currently active on the number. false if it is not. Omitted when success is false.
Human-readable forwarding state: active when call forwarding is on, inactive when off. Omitted when success is false.
"inactive"
Enriched phone metadata. Fields are omitted when not available for the given number or operator.
Error object returned inside a 200 response when success is false.