Open Gateway Services
Legacy carrier services for specialized use cases. While we recommend Magical Auth for phone verification, these services remain available.
Available Services
Number Verify
Direct carrier API for phone number verification without user interaction.
Use Cases:
- Batch verification
- Backend fraud detection
- Account recovery
SIM Swap Detection
Check if a phone number has recently changed SIM cards.
Use Cases:
- High-value transactions
- Account security monitoring
- Risk scoring
KYC Match
Match user information against carrier records.
Use Cases:
- Compliance requirements
- Identity verification
- Age verification
When to Use
Scenario | Recommended |
---|---|
User phone verification | Magical Auth |
Batch verification | Number Verify |
Security checks | SIM Swap |
Compliance | KYC Match |
Access
All Open Gateway services use the same Glide SDK:
const glide = new GlideClient({ ... });
// Access Open Gateway services
await glide.numberVerify.verify(phoneNumber);
await glide.simSwap.check(phoneNumber);
await glide.kycMatch.match(userData);
Contact [email protected] for access.