
Cells API
Getting Started
This section will help you get started with the Cells API service.
Authentication
Ensure secure access by including your developer token in the request Authorization header.
User Journey
Get Cells count and IDs by geographic area:
To identify which cells are located within a specific geographic area, there are dedicated endpoints that allow filtering by country, region, and city. These endpoints provide both the count of cells in the selected area and their unique IDs.
When filtering by city, you can also retrieve the number of subscribers by setting the subsCount parameter to true. Enabling this parameter allows the use of an additional optional parameter, timeRange, which refines the subscriber count query within a specified timeframe.
Get cell information:
A dedicated endpoint provides detailed information for a specific cell.
Get cell connected devices:
An endpoint is available to retrieve a list of MSISDNs connected to a specified cell ID.