Soracom · Example Payload

Soracom Sim List Example

IoTCellularLPWANSIMLoRaWANSigfoxMVNOConnectivityEdgeJapan

Soracom Sim List Example is an example object payload from Soracom, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.soracom.io/v1/sims?limit=10",
    "headers": {
      "X-Soracom-API-Key": "api-key-xxxxxxxxxxxx",
      "X-Soracom-Token": "eyJhbGciOiJIUzI1NiJ9..."
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "x-soracom-next-key": "8901234500000000-x"
    },
    "body": [
      {
        "simId": "8981100000000000000",
        "imsi": "440101234567890",
        "msisdn": "0700000000000",
        "iccid": "8981100000000000000",
        "operatorId": "OP0000000000",
        "groupId": "11111111-2222-3333-4444-555555555555",
        "type": "planX3",
        "status": "active",
        "imei": "350000000000000",
        "tags": {
          "name": "field-gateway-01",
          "site": "tokyo-warehouse"
        },
        "sessionStatus": {
          "online": true,
          "lastUpdatedAt": 1748160000000,
          "imei": "350000000000000"
        },
        "createdTime": 1717200000000,
        "lastModifiedTime": 1748160000000
      },
      {
        "simId": "8981100000000000001",
        "imsi": "440101234567891",
        "operatorId": "OP0000000000",
        "type": "plan01s",
        "status": "active",
        "tags": {
          "fleet": "tractor"
        },
        "createdTime": 1717200000001,
        "lastModifiedTime": 1748160000001
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/soracom-sim-list-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.