Getting Started
Integrate Vespid's financial literacy platform into your application.
Integration Methods
| Method | Description | Best For |
|---|---|---|
| Browser | Link users to Vespid web app | Quick setup, mobile browsers |
| Embedded | WebView/iframe in your app | Seamless in-app experience |
Authentication Modes
| Auth Mode | Description | Requires API Key |
|---|---|---|
| Native | Users login/register on Vespid | No |
| API | Your backend authenticates users | Yes |
Compatibility
| Integration | Native Auth | API Auth |
|---|---|---|
| Browser | ✅ | ❌ |
| Embedded | ✅ | ✅ |
Quick Start
Browser + Native Auth (Simplest)
Link users to Vespid with your partner param:
https://integration.vespid.my?partner=<partner_registration_code>
Embedded + API Auth (Seamless)
- Your backend calls SSO API
- Pass token to WebView
- Users are automatically logged in
Prerequisites
| Requirement | Native Auth | API Auth |
|---|---|---|
| Partner registration param | ✅ | ✅ |
| API Key from Vespid | ❌ | ✅ |
URLs
Web App:
https://integration.vespid.my
API:
https://api.vespid.my
Next Steps
- Browser Integration - Link to Vespid web app
- Embedded Integration - WebView/iframe in your app