Get SIM Listing

You can use this API to retrieve a list of all SIM cards associated with your account, including both active and inactive SIMs.

Get SIMs

POST /subscriber/sim

Get a list of SIMs in your account

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

esn

string

optional search criteria

limit

number

how many to return

page

number

which page

mdn

string

phone number

Example

curl -X 'GET' \
  'https://1psim.api.lifeline.mobi/subscriber/sim?limit=10&page=1' \
  -H 'accept: */*' \
  -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.'

Response

 "data": [
   {
  "data": [
    {
      "id": "b53aeb8d-3a18-4e40-b36b-e7339b40ab",
      "esn": "8901240433419558",
      "mdn": "8142133303",
      "imsi": null,
      "simSource": {
        "id": "a89bd0c4-9076-46eb-936b-2f33ff6b",
        "type": "e_sim",
        "haveNumber": true,
        "country": "US",
        "simCardPrice": 2,
        "mdnRefreshPrice": 3,
        "esnRefreshPrice": 0,
        "maxRefreshCount": 10,
        "createdAt": "2024-06-01T20:35:40.451Z",
        "updatedAt": "2025-02-04T07:28:01.017Z"
      },
      "sourceDetails": {
        "orderId": "353352-60f3-4948-b4f5-a729d677f506",
        "providerDetails": {
          "wfcEnabled": false,
          "wfcFailureCause": "Activation Completed Successfully : Failed To Add WFC due to E911 address not provided Please Provide E911 Address and Try add WFC with AddWFC API",
          
            "iccid": "8901240467166419558",
            "activationCode": "1$t-mobile.idemia.io$RY34DC-G1ZWI-SCJG8-HZ234",
            "lastmodified": "2024-10-24T03:22:52Z",
            "profileState": "RELEASED",
          },
          "callMinutes": 0,
          "sms": 0,
          "bandwidth": 0
        },
        "qrCode": "1$t-mobile.idemia.io$RY34DC-G1ZWI-SCJG8-HZ234",
        "synchronizedAt": "2025-06-04T11:27:07.048Z"
      },
      "valid": true,
      "qrCode": "1$t-mobile.idemia.io$RY34DC-G1ZWI-SCJG8-HZ234",
      "simSubscription": {
        "id": "8bc8d2db-524b-4f59-ae17-eca8442daa4a",
        "subscriberId": "b00ab400-b3e4-4d3a-a076-a1b9394f8e53",
        "simId": "3333-3a18-4e40-b36b-e73cac9b40ab",
        "zipCode": "16507",
        "planSubscription": {
          "id": "33444-9de9-44b8-9a44-8b5364f9ba38",
          "simSubscriptionId": "443-524b-4f59-ae17-eca8b52daa4a",
          "plan": {
            "id": "33443-4062-446f-a2e8-8ca5def7b99c",
            "name": "Zombie Plan e_sim",
            "bandwidth": 0,
            "dailyBandwidthThreshold": null,
            "dailyHighSpeedBandwidthThreshold": null,
            "hasNumber": null,
            "dataOnly": null,
            "network": null,
            "callMinutes": 0,
            "sms": 0,
            "isPublic": false,
            "overageBandwidthCost": 0,
            "overageMinuteCost": 0,
            "overageSmsCost": 0,
            "isActive": false,
            "createdAt": "2024-08-02T16:30:33.765Z",
            "updatedAt": "2024-08-02T16:30:33.765Z",
            "nonInitPlan": false,
            "coverage": [],
            "speed": null,
            "dataUnit": null,
            "validityMode": null,
            "isFupCode": null
          },
          "planPricing": {
            "id": "c1807e56-4fd4-4725-a333-16b0b2b26b4e",
            "planId": "977c23cd-4062-446f-a2e8-8ca5def7b99c",
            "duration": 7,
            "durationUnit": "day",
            "price": 0,
            "discountedPrice": null,
            "calculatedPrice": 0,
            "isActive": true,
            "createdAt": "2024-09-26T12:00:19.835Z",
            "updatedAt": "2024-09-26T12:00:19.835Z"
          },
          "autoRenew": false,
          "autoExtend": false,
          "bandwidthThreshold": null,
          "callMinutesThreshold": null,
          "smsThreshold": null,
          "bandwidthAutoExtendAddOnPlanId": null,
          "callMinutesAutoExtendAddOnPlanId": null,
          "smsAutoExtendAddOnPlanId": null,
          "startedAt": "2025-05-28T14:01:12.279Z",
          "expiresAt": "2025-06-04T14:01:12.279Z",
          "releasedAt": null,
          "createdAt": "2025-05-28T14:01:20.136Z",
          "updatedAt": "2025-05-28T14:01:20.136Z"
        },
        "createdAt": "2025-03-08T05:46:58.459Z",
        "updatedAt": "2025-05-28T14:01:20.148Z"
      },
      "chainRefreshHistoryId": null,
      "activatedAt": "2025-03-08T05:47:05.707Z",
      "destroyedAt": null,
      "createdAt": "2025-03-01T14:26:53.804Z",
      "updatedAt": "2025-06-04T11:27:07.049Z",
      "simStatus": "active",
      "simPlanStatus": "suspended"
    },

  ]
      

Last updated