Akamai · Capability

Akamai: Application Security API — Match targets

Akamai: Application Security API — Match targets. 7 operations. Lead operation: Akamai Get the hostname coverage match targets. Self-contained Naftiko capability covering one Akamai business surface.

Akamai: Application Security API — Match targets is a Naftiko capability published by Akamai, one of 151 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Akamai, Application Security, and Match targets.

Run with Naftiko AkamaiApplication SecurityMatch targets

Capability Spec

appsec-match-targets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Application Security API — Match targets'
  description: 'Akamai: Application Security API — Match targets. 7 operations. Lead operation: Akamai Get the hostname coverage match targets. Self-contained Naftiko capability covering
    one Akamai business surface.'
  tags:
  - Akamai
  - Application Security
  - Match targets
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: appsec-match-targets
    baseUri: https://{hostname}/appsec/v1
    description: 'Akamai: Application Security API — Match targets business capability. Self-contained, no shared references.'
    resources:
    - name: configs-configId-versions-versionNumber-hostname-coverage-ma
      path: /configs/{configId}/versions/{versionNumber}/hostname-coverage/match-targets
      operations:
      - name: getget-coverage-match-targets
        method: GET
        description: Get the hostname coverage match targets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hostname
          in: query
          type: string
          description: Get results by hostname.
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and
    - name: configs-configId-versions-versionNumber-match-targets
      path: /configs/{configId}/versions/{versionNumber}/match-targets
      operations:
      - name: postpost-match-targets
        method: POST
        description: Create a match target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getget-match-targets
        method: GET
        description: List match targets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: policyId
          in: query
          type: string
          description: Specifies the security policy to filter match targets.
        - name: includeChildObjectName
          in: query
          type: boolean
          description: Specify whether to return the object name in the payload, true` by default.
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and
    - name: configs-configId-versions-versionNumber-match-targets-sequen
      path: /configs/{configId}/versions/{versionNumber}/match-targets/sequence
      operations:
      - name: putput-match-targets-sequence
        method: PUT
        description: Modify match target order
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: configs-configId-versions-versionNumber-match-targets-target
      path: /configs/{configId}/versions/{versionNumber}/match-targets/{targetId}
      operations:
      - name: getget-match-target
        method: GET
        description: Get a match target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: includeChildObjectName
          in: query
          type: boolean
          description: Specify whether to return the object name in the payload, true` by default.
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and
      - name: putput-match-target
        method: PUT
        description: Modify a match target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletedelete-match-target
        method: DELETE
        description: Remove a match target
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client).
            The Identity and