Skip to main content
GET
/
v1.0
/
account
/
packages
json
{
  "Filter": "<Filter>"
}
{
  "DistributorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
  "TotalPackages": 3,
  "Filter": "Active",
  "Results": [
    {
      "PackageId": "PID-203740d8-6b19-42c6-b22e-e45611d9cade",
      "PackageName": "eSim 3",
      "DistributorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
      "AggregatorId": "AID-A49349FB-170E-44BF-B61E-DCC65A3FEA1A",
      "SubscriberId": "456789",
      "Type": "Type 2",
      "Price": 34.56,
      "Monthly": false,
      "Active": true
    },
    {
      "PackageId": "PID-9a8435dc-ca6e-4a98-b761-5e6dc04447db",
      "PackageName": "eSim 3",
      "DistributorId": "DID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
      "AggregatorId": "AID-A49349FB-170E-44BF-B61E-DCC65A3FEA1A",
      "SubscriberId": "12345",
      "Type": "Type 1",
      "Price": 12.34,
      "Monthly": true,
      "Active": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

Filter
string

Response

200 - application/json

Get Packages List

The response is of type object.