New: Accounts & Subscribers APIs
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.