1NCE · Capability

1NCE SIM Management — Events

1NCE SIM Management — Events. 1 operations. Lead operation: Get SIM Events. Self-contained Naftiko capability covering one 1NCE business surface.

1NCE SIM Management — Events is a Naftiko capability published by 1NCE, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/v1/sims/{…}/events.

The capability includes 1 read-only operation. Lead operation: Get SIM Events. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include 1NCE, SIM, and Events.

Run with Naftiko 1NCESIMEvents

What You Can Do

GET
Get events — Get SIM Events
/v1/v1/sims/{iccid}/events

MCP Tools

1nce-get-events

Get SIM Events

read-only idempotent

Capability Spec

sim-management-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "1NCE SIM Management \u2014 Events"
  description: "1NCE SIM Management \u2014 Events. 1 operations. Lead operation: Get SIM Events. Self-contained Naftiko capability\
    \ covering one 1NCE business surface."
  tags:
    - 1NCE
    - SIM
    - Events
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      ONE_NCE_ACCESS_TOKEN: ONE_NCE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: sim-management-events
      baseUri: https://api.1nce.com/management-api
      description: "1NCE SIM Management \u2014 Events business capability. Self-contained, no shared references."
      resources:
        - name: v1-sims-iccid-events
          path: /v1/sims/{iccid}/events
          operations:
            - name: get-events
              method: GET
              description: Get SIM Events
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
      authentication:
        type: bearer
        token: '{{env.ONE_NCE_ACCESS_TOKEN}}'
  exposes:
    - type: rest
      namespace: sim-management-events-rest
      port: 8080
      description: "REST adapter for 1NCE SIM Management \u2014 Events. One Spectral-compliant resource per consumed operation,\
        \ prefixed with /v1."
      resources:
        - path: /v1/v1/sims/{iccid}/events
          name: v1-sims-iccid-events
          description: REST surface for v1-sims-iccid-events.
          operations:
            - method: GET
              name: get-events
              description: Get SIM Events
              call: sim-management-events.get-events
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: sim-management-events-mcp
      port: 9090
      transport: http
      description: "MCP adapter for 1NCE SIM Management \u2014 Events. One tool per consumed operation, routed inline through\
        \ this capability consumes block."
      tools:
        - name: 1nce-get-events
          description: Get SIM Events
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: sim-management-events.get-events
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.