Skip to main content

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

ScenarioRecommended
User phone verificationMagical Auth
Batch verificationNumber Verify
Security checksSIM Swap
ComplianceKYC 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.