Skip to main content

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.

Subscriptions API: General Availability

· One min read
Catarina Comba
Product Manager
General Availability

Overview

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

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

  • List Subscriptions: Retrieve all subscribers in an account.

  • Get Subscription: Access specific subscriber information based on the subscription ID.

  • HAL Implementation: The API continues to support the embedding of linked resources using the HAL standard.

  • Resource Embedding with Transclude: Control which resources are included in the response by using the transclude preference header.

For more information review the API specifications.

SMS Metadata API: Unique Identifier

· One min read
Catarina Comba
Product Manager

Overview

The SMS Metadata API now includes the SMS Unique ID. This attribute allows On-Premises compliance customers to reconcile the SMS data returned by the API against the SMS information delivered to their recording services.

What's New

For 1GLOBAL customers who receive their recorded SMS via the Batch service, the SMS Metadata API will now facilitate seamless SMS reconciliation with the new enhancement.The reconciliation is based on the “SMS Unique ID”, a field that already exists in the SMS CSV Batch files (the last field in the file). This field represents the unique ID of the SMS record. The SMS Metadata API response now includes this same information in the “request_id” field, allowing for accurate and efficient SMS reconciliation.

note

the SMS Metadata API specification document is currently available for customers upon request.

New: Subscriptions API Suite

· One min read
Catarina Comba
Product Manager
Early Access

Overview

The Subscriptions API provides visibility into subscriptions information - list all the subscribers in an account, including their subscriber details, mobile numbers, SIM information, and associated services.

What's New

  • List Subscriptions - Retrieve all the subscribers in the account. The subscription information includes subscriber details like name, status, mobile numbers, account information (for customers with multiple organizational units), SIM profile, and active services.
  • Get Subscription - retrieve a subscriber information based on subscription ID.

Additional APIs allow access to specific resources.

For more information review the API specifications.