Skip to main content

New: Products API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

Products API provides visibility into all products linked to accounts and subscriptions, including both active and terminated products. It helps organizations validate that subscriptions include the required plans and add-ons, ensure regulated teams have the appropriate recording services applied, and identify products approaching termination.

What's Newโ€‹

List Products โ€“ Returns all products associated with accounts and subscriptions, including lifecycle details such as activation and termination dates.

Get Product โ€“ Returns detailed information for a specific product, including its status, associated account, subscription, and catalog definition.

For more information review the API Reference

Order Templates API: General Availability

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Order Templates API is now officially Generally Available (GA). Following the Early Access phase, the API is now fully supported and ready for use in production environment.

No new changes the features and functionality available during Early Access remain unchanged as we move to General Availability.

This includes:

  • List Templates โ€“ Retrieve all available templates, including associated products and service configurations such as primary/secondary numbers, voice recording, or SMS recording.

  • Get Template โ€“ Return detailed product and service configurations for a specific template ID.

For more information review the API specifications.

New: eSIM Provisioning via EID

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Orders API now supports Push Provisioning via EID (SMDS), enabling eSIMs to be delivered directly to Apple devices using the device Identifier (EID). Once the order is completed, the subscriber receives a system notification prompting them to install the new eSIM.

This method eliminates the need for manual QR scanning or email delivery, providing a faster, more secure and fully automated onboarding experience.

What's Newโ€‹

New Delivery Option โ€“ SMDS : A new delivery method (delivery.type = smds) allows organizations to provision eSIM seamlessly without requiring a QR code.

For more information review the API Reference

Early Availability: Order Templates API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Order Templates API is now available in Early Availability (EA). This API allows organizations to retrieve the list of their eSIM provisioning templates, including all associated products and service configurations.

What's Newโ€‹

List Templates โ€“ Returns all templates available including associated products, and service configurations such as primary/secondary numbers, voice recording, or SMS recording.

Get Order Template โ€“ Return detailed products and services configuration for a specific order id.

Templates are designed to be used alongside the Orders API to streamline subscription creation and ensure the correct products are provisioned.

General Availability: Message API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Message API is now officially declared as Generally Available (GA). Following the Early Access phase, the API is now fully supported and ready to use in production environment.

No new changes, the features and functionality available during Early Access remain unchanged as we move to General Availability.

This includes:

  • Send SMS: Send SMS messages from pre-approved subscription numbers to specified recipients.
  • Plan-Based Charging: Message costs are incurred against the plan associated with the originating subscription.

For more information review the API specifications.

General Availability: Accounts API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Accounts API is now officially declared as Generally Available (GA). Following the Early Access phase, the API is now fully supported and ready to use in production environment.

No new changes, the features and functionality available during Early Access remain unchanged as we move to General Availability.

This includes:

  • List Accounts: Retrieve all active business accounts using /accounts.

  • Get Account Details: Access information for a specific account via /accounts/{account_id}.

For more information review the API specifications.

General Availability: Subscribers API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Subscribers API is now officially declared as Generally Available (GA). Following the Early Access phase, the API is now fully supported and ready to use in production environment.

No new changes, the features and functionality available during Early Access remain unchanged as we move to General Availability.

This includes:

  • List Subscribers: Retrieve all subscribers associated with your organization.
  • Get Subscriber Details: Access detailed information about a specific subscriber using their unique ID.

For more information review the API specifications.

General Availability: Orders API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Orders API is now officially declared as Generally Available (GA). Following the Early Access phase, the API is now fully supported and ready to use in production environment.

No new changes, the features and functionality available during Early Access remain unchanged as we move to General Availability.

This includes:

  • eSIM Provisioning: Request new eSIMs using predefined product templates.
  • Delivery via Email: Send QR codes directly to recipients via email.
  • Delivery via API: Retrieve QR code directly through the API to support automated internal provisioning flows.

For more information review the API specifications.

General Availability: Usage API

ยท One min read
Catarina Comba
Product Manager

Overviewโ€‹

The Usage API is now officially declared as Generally Available (GA). Following the Early Access phase, the API is now fully supported and ready to use in production environment.

No new changes, the features and functionality available during Early Access remain unchanged as we move to General Availability.

This includes:

  • Detailed Usage Records: Access itemized usage for voice, SMS, and data services.

  • Advanced Filtering:

    • Account ID
    • Subscription ID
    • Subscriber ID
    • MSISDN
    • Start/End Dates
    • Service Type (data, voice, sms)
    • Direction (Inbound/Outbound)

For more information review the API specifications.

Orders API: Introducing QR Code Retrieval

ยท One min read
Catarina Comba
Product Manager
Early Access

Overviewโ€‹

The Orders API enables organizations to provision new eSIM profiles based on predefined templates. Until now, the only available delivery method for eSIMs was via email, where the QR code was sent directly to specified recipients.

To increase flexibility and support more automated workflows, the Orders API now introduces a second option: QR code retrieval via API.

What's Newโ€‹

  • New delivery option: Customers can now retrieve the eSIM QR code directly via API, supporting automated provisioning flows and reducing dependency on email-based delivery.

  • Support for multiple workflows: Organizations can select the delivery method that best fits their operations โ€” email for user-facing interactions or API retrieval for integration into internal tools and platforms.

For more information review the API specifications.