Skip to main content

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: 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: 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: 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.

New: Usage API

· One min read
Catarina Comba
Product Manager
Early Access

Overview

The Usage API provides organizations with detailed, itemized records of data, voice, and SMS usage. By enabling access to usage data, the API helps monitoring consumption, optimizing resource allocation, and managing costs more effectively. Its advanced filtering capabilities allow organizations to retrieve specific usage information, making it a versatile tool for internal reporting and analysis.

What's New

  1. Comprehensive Usage Records: access detailed, itemized reports for data, voice, and SMS services.
  2. Advanced Filters:
    • Account ID
    • Subscription ID
    • Start and End Dates
    • Service Type (Data, Voice, SMS)
    • Subscriber ID
    • MSISDN
    • Direction (Inbound, Outbound)

For more information review the API Reference

New: Orders API Suite

· One min read
Catarina Comba
Product Manager
Early Access

Overview

The Orders API is a new suite of APIs, designed to simplify and enhance the process of managing subscriptions for our clients. This API enables the submission of new order requests and currently supports the activation of new eSIM subscriptions, changing existing SIM profiles (transitions between physical SIMs and eSIMs), and managing subscription statuses. The Order submission is working in asynchronous manner, and the caller can check the status of the execution using a dedicated Get Order endpoint.


What's New

  1. Add new Subscription: allows the self-provisioning of new eSIMs by submitting an order with all necessary details.
  2. Replace a SIM: enables the change of SIM profiles associated with an existing subscription.
  3. Suspend Subscription: provides the ability to temporarily stop services for a subscription, for example, in cases where a device is lost or stolen. The subscription remains active and billable during suspension.
  4. Resume Subscription: reactivates services for a previously suspended subscription, restoring full functionality.
  5. Get Order Status: This endpoint fetches the status of a previously submitted order, enabling real-time tracking and verification of its progress and completion(pending, canceled, completed).

For more information review the API specifications.

New: Accounts & Subscribers APIs

· One min read
Catarina Comba
Product Manager
Early Access

Overview

The Accounts and Subscribers APIs provide organizations access to essential information about their accounts and subscribers. The Accounts API enables retrieval of all active business accounts, simplifying account management. The Subscribers API offers a centralized way to manage subscribers, allowing organizations to access detailed information for efficient user oversight.

What's New

1. Accounts

List all Accounts: The /accounts endpoint retrieves a list of business accounts associated with an organization.

Retrieve a Single Account: The /accounts/{acc_id} endpoint enables retrieval of information about a specific business account by specifying its unique ID.

2. Subscribers

List all Subscribers: The /subscribers endpoint provides a complete list of all subscribers.

Retrieve a Subscriber: The /subscriber/{sbr_id} endpoint enables access to detailed information about a specific subscriber by specifying its unique ID.

Deprecation Notice

The previous versions of the Accounts and Persons APIs (now Subscribers API) will be deprecated in H1 2025. Organizations are encouraged to transition to the new APIs to ensure uninterrupted access to account and subscriber information.

For more information about the new APIs review the API Reference.

New: Message API

· One min read
Catarina Comba
Product Manager
Early Access

Overview

The Message API is a premium service that enables organizations to send SMS messages directly from authorized subscriptions, supporting real-time communication with customers or employees.

What's New

Send SMS: This endpoint allows organizations to transmit SMS messages directly from pre-approved subscription numbers to specified recipients. As a premium service, this API will be billed separately, and the costs for messages sent will be associated with the plan of the originating subscription number.

To use the API provide 1GLOBAL with a list of allowed subscription numbers.

For more information review the API Reference.