Get Started with Vellosim API
Follow these simple steps to integrate Vellosim’s eSIM solution into your platform and start offering connectivity services to your customers.Step 1: Get Your API Credentials
Sign up for an account
Sign up for an account
- Visit vellosim.com and create your merchant account
- Complete the verification process
- Navigate to your dashboard to access your API credentials
Retrieve your API key
Retrieve your API key
After signing up, you’ll receive:
- API Key: Your unique authentication token
- Base URL:
https://api.vellosim.com(or your provided endpoint)
Step 2: Make Your First API Call
Fetch available regions
Fetch available regions
Test your integration by fetching the list of available eSIM regions:
Get eSIM packages
Get eSIM packages
Retrieve available eSIM packages for a specific region:The response will include package details such as:
- Package code
- Data allowance
- Validity period
- Pricing
Check wallet balance
Check wallet balance
Before making purchases, check your wallet balance:
Ensure you have sufficient balance before attempting to purchase eSIMs.
Step 3: Integrate Into Your Platform
Choose your integration path based on your platform:Website Integration
Step-by-step guide for integrating Vellosim into your web application using JavaScript/TypeScript.
Mobile App Integration
Learn how to integrate eSIM functionality into iOS and Android applications.
Next Steps
Now that you have the basics working, explore these features:Authentication Guide
Learn about authentication best practices and security.
Making Requests
Understand request/response formats and best practices.
Error Handling
Learn how to handle API errors gracefully.
Webhooks
Set up webhooks for real-time order updates.
Example: Complete Purchase Flow
Here’s a quick example of a complete eSIM purchase flow:Need help? Check our API Reference for detailed documentation or contact [email protected].
