PróximamenteComing soonBientôt disponibleDemnächst即将推出近日公開เร็วๆ นี้

API REST de
VIA Connect

VIA Connect
REST API

API REST de
VIA Connect

VIA Connect
REST API

VIA Connect
REST API

VIA Connect
REST API

VIA Connect
REST API

Estamos construyendo la API que conectará VIA Connect con cualquier sistema — ERP, BI, CRMs propios y herramientas de automatización enterprise.

We're building the API that will connect VIA Connect with any system — ERPs, BI tools, custom CRMs, and enterprise automation platforms.

Nous construisons l'API qui connectera VIA Connect à n'importe quel système — ERP, BI, CRMs personnalisés et plateformes d'automatisation enterprise.

Wir bauen die API, die VIA Connect mit jedem System verbindet — ERPs, BI-Tools, eigene CRMs und Enterprise-Automatisierungsplattformen.

我们正在构建将VIA Connect与任何系统连接的API——ERP、BI工具、自定义CRM和企业自动化平台。

VIA Connectをあらゆるシステムと接続するAPIを構築中です。ERP、BIツール、カスタムCRM、エンタープライズ自動化プラットフォームに対応。

เรากำลังสร้าง API ที่จะเชื่อมต่อ VIA Connect กับระบบใดๆ — ERP, BI, CRM แบบกำหนดเอง และแพลตฟอร์มอัตโนมัติระดับองค์กร

REST API completa — Students, documents, payments, workflows, audit log
Full REST API — Students, documents, payments, workflows, audit log
API REST complète — Étudiants, documents, paiements, workflows, journal d'audit
Vollständige REST API — Studenten, Dokumente, Zahlungen, Workflows, Prüfprotokoll
完整REST API — 学生、文件、付款、工作流、审计日志
完全なREST API — 学生、書類、支払い、ワークフロー、監査ログ
REST API ครบถ้วน — นักเรียน เอกสาร การชำระเงิน เวิร์กโฟลว์ บันทึกการตรวจสอบ
OAuth 2.0 + API Keys — Autenticación enterprise lista para producción
OAuth 2.0 + API Keys — Enterprise-ready production authentication
OAuth 2.0 + Clés API — Authentification enterprise prête pour la production
OAuth 2.0 + API-Schlüssel — Unternehmensreife Produktionsauthentifizierung
OAuth 2.0 + API密钥 — 企业级生产就绪身份验证
OAuth 2.0 + APIキー — エンタープライズ対応の本番認証
OAuth 2.0 + API Keys — การยืนยันตัวตนระดับองค์กรพร้อมใช้งาน
Webhooks firmados (HMAC) — Eventos en tiempo real para integraciones
HMAC-signed webhooks — Real-time events for integrations
Webhooks signés (HMAC) — Événements en temps réel pour les intégrations
HMAC-signierte Webhooks — Echtzeitereignisse für Integrationen
HMAC签名Webhooks — 集成的实时事件
HMAC署名付きWebhook — 統合のためのリアルタイムイベント
Webhooks ที่เซ็น HMAC — เหตุการณ์เรียลไทม์สำหรับการรวมระบบ
SDKs oficiales — JavaScript/TypeScript, Python, PHP
Official SDKs — JavaScript/TypeScript, Python, PHP
SDKs officiels — JavaScript/TypeScript, Python, PHP
Offizielle SDKs — JavaScript/TypeScript, Python, PHP
官方SDK — JavaScript/TypeScript, Python, PHP
公式SDK — JavaScript/TypeScript, Python, PHP
SDK อย่างเป็นทางการ — JavaScript/TypeScript, Python, PHP
Sandbox con datos de prueba — Integra sin tocar producción
Sandbox with test data — Integrate without touching production
Sandbox avec données de test — Intégrez sans toucher à la production
Sandbox mit Testdaten — Integration ohne Produktionszugriff
带测试数据的沙盒 — 无需接触生产环境即可集成
テストデータ付きサンドボックス — 本番環境に触れずに統合
Sandbox พร้อมข้อมูลทดสอบ — รวมระบบโดยไม่กระทบการผลิต
Docs interactivos (OpenAPI 3.1) — Try it live en el navegador
Interactive docs (OpenAPI 3.1) — Try it live in the browser
Docs interactifs (OpenAPI 3.1) — Testez en direct dans le navigateur
Interaktive Docs (OpenAPI 3.1) — Live im Browser ausprobieren
交互式文档(OpenAPI 3.1) — 在浏览器中实时试用
インタラクティブドキュメント(OpenAPI 3.1) — ブラウザでライブ試用
เอกสารแบบโต้ตอบ (OpenAPI 3.1) — ทดลองใช้งานจริงในเบราว์เซอร์
GET /v1/students
// VIA Connect REST API — preview

const via = new ViaConnect({
  apiKey: 'sk_live_••••••••••••',
  tenant: 'my-agency',
});

const students = await via.students.list({
  status: 'active',
  destination: 'CA',
  limit: 50,
});

// Response
{
  data: [...],
  meta: {
    total: 312,
    page: 1,
    cursor: 'cur_abc123'
  }
}

Hoja de rutaRoadmapFeuille de routeRoadmap路线图ロードマップแผนงาน

✓ Completado
✓ Complete
✓ Terminé
✓ Abgeschlossen
✓ 已完成
✓ 完了
✓ เสร็จสิ้น
Arquitectura interna REST + JWT
Internal REST + JWT architecture
Architecture interne REST + JWT
Interne REST + JWT Architektur
内部REST + JWT架构
内部REST + JWTアーキテクチャ
สถาปัตยกรรม REST + JWT ภายใน
En progreso — Q3 2026
In progress — Q3 2026
En cours — Q3 2026
In Bearbeitung — Q3 2026
进行中 — 2026年Q3
進行中 — 2026 Q3
กำลังดำเนินการ — Q3 2026
API pública v1 + OAuth 2.0
Public API v1 + OAuth 2.0
API publique v1 + OAuth 2.0
Öffentliche API v1 + OAuth 2.0
公共API v1 + OAuth 2.0
公開API v1 + OAuth 2.0
Public API v1 + OAuth 2.0
Q4 2026
SDKs + Webhooks + Sandbox
SDKs + Webhooks + Sandbox
SDKs + Webhooks + Sandbox
SDKs + Webhooks + Sandbox
SDK + Webhook + 沙盒
SDK + Webhook + サンドボックス
SDK + Webhooks + Sandbox
Q1 2027
Docs interactivos (OpenAPI 3.1) + GA
Interactive docs (OpenAPI 3.1) + GA
Docs interactifs (OpenAPI 3.1) + GA
Interaktive Docs (OpenAPI 3.1) + GA
交互式文档(OpenAPI 3.1)+ GA
インタラクティブドキュメント + GA
เอกสารแบบโต้ตอบ + GA
Acceso anticipadoEarly accessAccès anticipéFrüher Zugang早期访问早期アクセスการเข้าถึงล่วงหน้า

Sé el primero en integrar.

Be the first to integrate.

Soyez le premier à intégrer.

Seien Sie der Erste, der integriert.

成为第一个集成的人。

最初に統合しましょう。

เป็นคนแรกที่รวมระบบ

Regístrate y te avisamos cuando la API esté disponible. Los primeros 20 registros reciben soporte prioritario de integración.

Register and we'll notify you when the API is available. The first 20 sign-ups get priority integration support.

Inscrivez-vous et nous vous avertirons quand l'API sera disponible. Les 20 premiers inscrits bénéficient d'un support d'intégration prioritaire.

Registrieren Sie sich und wir benachrichtigen Sie, wenn die API verfügbar ist. Die ersten 20 Registrierungen erhalten vorrangigen Integrationssupport.

注册后,当API可用时我们会通知您。前20名注册者获得优先集成支持。

登録すれば、APIが利用可能になった際にお知らせします。最初の20名様は優先統合サポートをご利用いただけます。

ลงทะเบียนและเราจะแจ้งให้คุณทราบเมื่อ API พร้อมใช้งาน 20 คนแรกที่ลงทะเบียนจะได้รับการสนับสนุนการรวมระบบแบบลำดับความสำคัญ

Sin spam. Solo un aviso cuando esté listo.

No spam. One notification when it's ready.

Pas de spam. Une seule notification quand c'est prêt.

Kein Spam. Nur eine Benachrichtigung wenn es fertig ist.

无垃圾邮件。仅在准备好时发送一次通知。

スパムなし。準備完了時に1回のみ通知します。

ไม่มีสแปม แจ้งเตือนเพียงครั้งเดียวเมื่อพร้อม

Mientras tantoIn the meantimeEn attendantIn der Zwischenzeit同时それまでの間ในระหว่างนี้

Ver guías de integración View integration guides Voir les guides d'intégration Integrationsleitfäden ansehen 查看集成指南 統合ガイドを見る ดูคู่มือการรวมระบบ Hablar con el equipo técnico Talk to the tech team Parler à l'équipe technique Mit dem technischen Team sprechen 与技术团队交流 技術チームに相談 คุยกับทีมเทคนิค