Verizon · Capability

Verizon ThingSpace Connectivity Management API — Accounts

Verizon ThingSpace Connectivity Management API — Accounts. 1 operations. Lead operation: Verizon Get Account Information. Self-contained Naftiko capability covering one Verizon business surface.

Run with Naftiko VerizonAccounts

What You Can Do

GET
Getaccountinformation — Verizon Get Account Information
/v1/accounts/{accountname}

MCP Tools

verizon-get-account-information

Verizon Get Account Information

read-only idempotent

Capability Spec

thingspace-connectivity-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Verizon ThingSpace Connectivity Management API — Accounts
  description: 'Verizon ThingSpace Connectivity Management API — Accounts. 1 operations. Lead operation: Verizon Get Account
    Information. Self-contained Naftiko capability covering one Verizon business surface.'
  tags:
  - Verizon
  - Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VERIZON_API_KEY: VERIZON_API_KEY
capability:
  consumes:
  - type: http
    namespace: thingspace-connectivity-accounts
    baseUri: https://thingspace.verizon.com/api/m2m/v2
    description: Verizon ThingSpace Connectivity Management API — Accounts business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-accountName
      path: /accounts/{accountName}
      operations:
      - name: getaccountinformation
        method: GET
        description: Verizon Get Account Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Account name (32-character numeric value)
          required: true
    authentication:
      type: bearer
      token: '{{env.VERIZON_API_KEY}}'
  exposes:
  - type: rest
    namespace: thingspace-connectivity-accounts-rest
    port: 8080
    description: REST adapter for Verizon ThingSpace Connectivity Management API — Accounts. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountname}
      name: accounts-accountname
      description: REST surface for accounts-accountName.
      operations:
      - method: GET
        name: getaccountinformation
        description: Verizon Get Account Information
        call: thingspace-connectivity-accounts.getaccountinformation
        with:
          accountName: rest.accountName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: thingspace-connectivity-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Verizon ThingSpace Connectivity Management API — Accounts. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: verizon-get-account-information
      description: Verizon Get Account Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: thingspace-connectivity-accounts.getaccountinformation
      with:
        accountName: tools.accountName
      outputParameters:
      - type: object
        mapping: $.