Skip to main content

Getting Started

Integrate Vespid's financial literacy platform into your application.

Integration Methods

MethodDescriptionBest For
BrowserLink users to Vespid web appQuick setup, mobile browsers
EmbeddedWebView/iframe in your appSeamless in-app experience

Authentication Modes

Auth ModeDescriptionRequires API Key
NativeUsers login/register on VespidNo
APIYour backend authenticates usersYes

Compatibility

IntegrationNative AuthAPI 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>

Learn more →

Embedded + API Auth (Seamless)

  1. Your backend calls SSO API
  2. Pass token to WebView
  3. Users are automatically logged in

Learn more →

Prerequisites

RequirementNative AuthAPI Auth
Partner registration param
API Key from Vespid

URLs

Web App:

https://integration.vespid.my

API:

https://api.vespid.my

Next Steps