Docs
Platform API Documentation

Platform API Documentation

Complete API reference for eSIM integration

Platform API Documentation

Welcome to the Platform API documentation. This guide provides everything you need to integrate eSIM services into your application.

Quick Start

  1. Get your API credentials - Contact Platform to obtain your RT-AccessCode
  2. Explore available packages - Use the Data Packages endpoint
  3. Order eSIM profiles - Create orders via the Order Profiles endpoint
  4. Set up webhooks - Receive real-time notifications with Webhooks

API Endpoints

EndpointDescription
Data PackagesGet available eSIM packages
Order ProfilesOrder new eSIM profiles
Query ProfilesQuery allocated profiles
Profile ManagementCancel, suspend, unsuspend, revoke profiles
Balance QueryCheck your account balance
Top UpTop up existing eSIMs
WebhooksConfigure webhook notifications
Send SMSSend SMS to eSIM profiles
Usage CheckCheck data usage
Supported RegionsGet supported countries and regions

Authentication

All API requests require the RT-AccessCode header:

curl --location --request POST 'https://your-api-domain.com/api/v1/open/...' \
--header 'RT-AccessCode: YOUR_ACCESS_CODE' \
--header 'Content-Type: application/json'

Base URL

https://your-api-domain.com/api/v1/open

Need Help?

  • View the API Overview for detailed authentication and error handling
  • Contact support for API credentials and technical assistance