Smarthub Api En
  1. eSIM Service
  • Overview
    • Global Description
  • SIM Card Management
    • Retrieve SIM detail information
      GET
    • Retrieve list of SIMs detail information
      GET
    • Retrieve state change history of SIMs
      GET
    • Retreive custom field of SIM
      GET
    • Edit custom field of SIM
      PUT
    • Activate SIM
      POST
    • Suspend SIM
      POST
    • Retire SIM
      POST
    • SIM subscribe to supplimentary rate plan
      POST
    • Change SIM basic rate plan
      PUT
    • Change SIM apn status
      PUT
  • SIM Card Batch Operation
    • Batch SIM activate
      POST
    • Batch SIM suspend
      POST
    • Batch SIM retire
      POST
    • Batch change SIM basic rate plan
      POST
    • Retrieve batch job information
      GET
  • Sms Service
    • Send SMS to terminal
      POST
    • Query SMS delivery status
      GET
    • MO SMS Push
      POST
    • Push MT SMS Status Report
      POST
  • Subscription Notification
    • Push Cycle Usage Tracking Event Notification
    • Push Imei Change Event Notification
    • Push No Session Connection Event Notification
    • Push Prepaid Service Package Expired Event Notification
    • Push Prepaid Service Package Traffic Tracking Event Notification
    • Push Sim Status Change Event Notification
    • Push Sim Apn Status Change Event Notification
  • Share Pool
    • Get share pool information
  • Enterprise Information
    • Get enterprise information
    • Get account information
    • Get servicePackages information
  • SIM Card Statistics
    • Get the country code traffic and number of cards for SIM card statistics
  • eSIM Service
    • Paginated EUICC Query
      GET
    • Download Profile
      POST
    • Download Profile by Service Type
      POST
    • Enable Profile
      POST
    • Enable Profile by Service Type
      POST
    • Delete Profile
      POST
    • Query eSIM Operation Result
      GET
  • Schemas
    • Schemas
      • eSIM
        • DownloadProfileJobItem
        • EnableProfileJobItem
        • DeleteProfileJobItem
        • EuiccProfileItem
        • EuiccDetailResponse
        • PageEuiccDetailResponse
        • EsimJobSubmitResponse
        • DownloadProfileRequest
        • DownloadProfileByServiceTypeRequest
        • EnableProfileByServiceTypeRequest
        • BaseEsimJobItem
        • EsimJobDetailResponse
      • PushSimApnStatusChangeModel
      • BatchJobResponse
      • ApnStatus
      • BatchJobType
      • BatchJobStatus
      • BatchJobTaskStatus
      • Giccid
      • IMEI
      • IMSI
      • MSISDN
      • SimStatus
      • SimStatusParam
      • SimChangeLogType
      • SimChangeLogStatus
      • MtSmsStatus
      • Signature
      • MtSmsResult
      • Response422
      • ServicePackage
      • ServicePackageParam
      • SimCustomField
      • BasePushModel
      • MtStatusPushModel
      • MoPushModel
      • BaseEventModel
      • BaseTriggerDataModel
      • PushCycleUsageTrackingModel
      • PushImeiChangeModel
      • PushNoSessionConnectionModel
      • PushPrepaidServicePackageExpiredModel
      • PushPrepaidServicePackageTrafficTrackingModel
      • PushSimStatusChangeModel
      • SimDetail
      • SimInfoList
      • SimChangeLog
      • BatchJobInfo
    • Default Folder
      • Sort
      • Pageable
  1. eSIM Service

Paginated EUICC Query

GET
/v1/esim/euiccs

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/esim/euiccs?accountName&eid' \
--header 'X-API-Key;' \
--header 'X-API-Key;'

Responses

🟢200
application/json
Body

Example
{
    "content": [
        {
            "eid": "",
            "deviceName": "",
            "groupName": "",
            "enabledIccid": "",
            "profileCount": 0,
            "profiles": [
                {
                    "iccid": "",
                    "status": "",
                    "imsi": "",
                    "msisdn": "",
                    "profileClass": 0,
                    "servicePackageName": "",
                    "localStatus": "",
                    "serviceTypeName": "",
                    "fallback": false,
                    "firstDownloadTime": "",
                    "activatedDate": "",
                    "resellDate": ""
                }
            ]
        }
    ],
    "pageable": {
        "paged": false,
        "unpaged": false,
        "pageNumber": 0,
        "pageSize": 0,
        "offset": 0,
        "sort": [
            {
                "direction": "",
                "property": "",
                "ignoreCase": false,
                "nullHandling": "",
                "ascending": false,
                "descending": false
            }
        ]
    },
    "total": 0,
    "empty": false,
    "number": 0,
    "size": 0,
    "numberOfElements": 0,
    "sort": [
        {
            "direction": "",
            "property": "",
            "ignoreCase": false,
            "nullHandling": "",
            "ascending": false,
            "descending": false
        }
    ],
    "first": false,
    "last": false,
    "totalPages": 0,
    "totalElements": 0
}
Modified at 2026-04-16 06:44:16
Previous
Get the country code traffic and number of cards for SIM card statistics
Next
Download Profile
Built with