Skip to main content
GET
/
v2
/
subscriptions
List subscriptions
curl --request GET \
  --url https://api.bondio.co/v2/subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "esim": {
        "iccid": "891004234814455936F",
        "activationCode": "LPA:1$smdp.bondio.com$23LKL-32340MX-20349LIH",
        "msisdn": "449898978234",
        "label": "alpha"
      },
      "createdAt": 123,
      "metadata": "<string>"
    }
  ],
  "nextPage": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pageSize
number
page
string
expand
string

Response

200 - application/json

OK

items
SubscriptionV2 · object[]
required
nextPage
string | null
required