Rackspace Technology · Capability

Rackspace Customer Service API — CustomerAccounts

Rackspace Customer Service API — CustomerAccounts. 5 operations. Lead operation: Get List Of Customer Accounts. Self-contained Naftiko capability covering one Rackspace Technology business surface.

Run with Naftiko Rackspace TechnologyCustomerAccounts

What You Can Do

GET
Getlistofcustomeraccounts — Get List Of Customer Accounts
/v1/v1/customer-accounts
GET
Getcustomeraccount — Get Customer Account
/v1/v1/customer-accounts/{rcn}
GET
Getlistofcustomeraccounthistory — Get List Of Customer Account History
/v1/v1/customer-accounts/{rcn}/history
GET
Getlistofcustomeraccountstatushistory — Get List Of Customer Account Status History
/v1/v1/customer-accounts/{rcn}/status-history
GET
Getlistofcustomerhistory — Get List Of Customer History
/v1/v1/customers/{customerid}/history

MCP Tools

get-list-customer-accounts

Get List Of Customer Accounts

read-only idempotent
get-customer-account

Get Customer Account

read-only idempotent
get-list-customer-account-history

Get List Of Customer Account History

read-only idempotent
get-list-customer-account-status

Get List Of Customer Account Status History

read-only idempotent
get-list-customer-history

Get List Of Customer History

read-only idempotent

Capability Spec

rackspace-customer-service-customeraccounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Rackspace Customer Service API — CustomerAccounts
  description: 'Rackspace Customer Service API — CustomerAccounts. 5 operations. Lead operation: Get List Of Customer Accounts.
    Self-contained Naftiko capability covering one Rackspace Technology business surface.'
  tags:
  - Rackspace Technology
  - CustomerAccounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RACKSPACE_TECHNOLOGY_API_KEY: RACKSPACE_TECHNOLOGY_API_KEY
capability:
  consumes:
  - type: http
    namespace: rackspace-customer-service-customeraccounts
    baseUri: https://accounts.api.rackspacecloud.com
    description: Rackspace Customer Service API — CustomerAccounts business capability. Self-contained, no shared references.
    resources:
    - name: v1-customer_accounts
      path: /v1/customer_accounts
      operations:
      - name: getlistofcustomeraccounts
        method: GET
        description: Get List Of Customer Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-customer_accounts-rcn
      path: /v1/customer_accounts/{rcn}
      operations:
      - name: getcustomeraccount
        method: GET
        description: Get Customer Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-customer_accounts-rcn-history
      path: /v1/customer_accounts/{rcn}/history
      operations:
      - name: getlistofcustomeraccounthistory
        method: GET
        description: Get List Of Customer Account History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-customer_accounts-rcn-status_history
      path: /v1/customer_accounts/{rcn}/status_history
      operations:
      - name: getlistofcustomeraccountstatushistory
        method: GET
        description: Get List Of Customer Account Status History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-customers-customerId-history
      path: /v1/customers/{customerId}/history
      operations:
      - name: getlistofcustomerhistory
        method: GET
        description: Get List Of Customer History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.RACKSPACE_TECHNOLOGY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rackspace-customer-service-customeraccounts-rest
    port: 8080
    description: REST adapter for Rackspace Customer Service API — CustomerAccounts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/customer-accounts
      name: v1-customer-accounts
      description: REST surface for v1-customer_accounts.
      operations:
      - method: GET
        name: getlistofcustomeraccounts
        description: Get List Of Customer Accounts
        call: rackspace-customer-service-customeraccounts.getlistofcustomeraccounts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/customer-accounts/{rcn}
      name: v1-customer-accounts-rcn
      description: REST surface for v1-customer_accounts-rcn.
      operations:
      - method: GET
        name: getcustomeraccount
        description: Get Customer Account
        call: rackspace-customer-service-customeraccounts.getcustomeraccount
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/customer-accounts/{rcn}/history
      name: v1-customer-accounts-rcn-history
      description: REST surface for v1-customer_accounts-rcn-history.
      operations:
      - method: GET
        name: getlistofcustomeraccounthistory
        description: Get List Of Customer Account History
        call: rackspace-customer-service-customeraccounts.getlistofcustomeraccounthistory
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/customer-accounts/{rcn}/status-history
      name: v1-customer-accounts-rcn-status-history
      description: REST surface for v1-customer_accounts-rcn-status_history.
      operations:
      - method: GET
        name: getlistofcustomeraccountstatushistory
        description: Get List Of Customer Account Status History
        call: rackspace-customer-service-customeraccounts.getlistofcustomeraccountstatushistory
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/customers/{customerid}/history
      name: v1-customers-customerid-history
      description: REST surface for v1-customers-customerId-history.
      operations:
      - method: GET
        name: getlistofcustomerhistory
        description: Get List Of Customer History
        call: rackspace-customer-service-customeraccounts.getlistofcustomerhistory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rackspace-customer-service-customeraccounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Rackspace Customer Service API — CustomerAccounts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-list-customer-accounts
      description: Get List Of Customer Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-customeraccounts.getlistofcustomeraccounts
      outputParameters:
      - type: object
        mapping: $.
    - name: get-customer-account
      description: Get Customer Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-customeraccounts.getcustomeraccount
      outputParameters:
      - type: object
        mapping: $.
    - name: get-list-customer-account-history
      description: Get List Of Customer Account History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-customeraccounts.getlistofcustomeraccounthistory
      outputParameters:
      - type: object
        mapping: $.
    - name: get-list-customer-account-status
      description: Get List Of Customer Account Status History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-customeraccounts.getlistofcustomeraccountstatushistory
      outputParameters:
      - type: object
        mapping: $.
    - name: get-list-customer-history
      description: Get List Of Customer History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rackspace-customer-service-customeraccounts.getlistofcustomerhistory
      outputParameters:
      - type: object
        mapping: $.