Akamai Technologies Status API

Inspect rate-limit and object-limit status.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/akamai-technologies-status-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

akamai-technologies-status-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Akamai Fast Purge (CCU v3) Deletions Status API
  version: 3.0.0
  description: 'Akamai Fast Purge (Content Control Utility v3) API for invalidating

    or deleting cached content at the Akamai edge by URL, CP code, or

    cache tag, on either the production or staging network.

    Authentication uses the Akamai EdgeGrid HMAC-SHA256 scheme. All

    requests target a per-account hostname under akamaiapis.net.

    '
  contact:
    name: Akamai Technologies
    url: https://techdocs.akamai.com
servers:
- url: https://{host}.luna.akamaiapis.net/ccu/v3
  description: Akamai per-account API hostname
  variables:
    host:
      default: akab-xxxxxxxxxx
      description: Per-account API hostname prefix from your EdgeGrid credentials.
security:
- EdgeGrid: []
tags:
- name: Status
  description: Inspect rate-limit and object-limit status.
paths:
  /rate-limit-status/{purge-type}:
    parameters:
    - in: path
      name: purge-type
      required: true
      schema:
        type: string
        enum:
        - invalidate
        - delete
    post:
      tags:
      - Status
      summary: Check rate and object limit status
      operationId: rateLimitStatus
      responses:
        '200':
          description: Limit status.
components:
  securitySchemes:
    EdgeGrid:
      type: apiKey
      in: header
      name: Authorization
      description: 'Akamai EdgeGrid HMAC-SHA256 signed Authorization header

        (`EG1-HMAC-SHA256 client_token=...;access_token=...;timestamp=...;nonce=...;signature=...`).

        '