Akamai Technologies website screenshot

Akamai Technologies

Akamai Technologies is a major US corporation and Fortune 1000 company. The Akamai Technologies API provides programmatic access to its platform services, data, and integrations for enterprise customers and partners.

1 APIs 0 Features
CDNSecurityCloud

APIs

Akamai Technologies API

The Akamai Technologies API provides access to platform services and data for enterprise integration and automation.

Collections

Pricing Plans

Rate Limits

Akamai Technologies Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Akamai Fast Purge (CCU v3) API
  version: 3.0.0
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Invalidations
    type: folder
  items:
  - info:
      name: Invalidate by URL or ARL
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/invalidate/url/:network
      params:
      - name: network
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Invalidate by URL or ARL
  - info:
      name: Invalidate by CP code
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/invalidate/cpcode/:network
      params:
      - name: network
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Invalidate by CP code
  - info:
      name: Invalidate by cache tag
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/invalidate/tag/:network
      params:
      - name: network
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Invalidate by cache tag
- info:
    name: Deletions
    type: folder
  items:
  - info:
      name: Delete by URL or ARL
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/delete/url/:network
      params:
      - name: network
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Delete by URL or ARL
  - info:
      name: Delete by CP code
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/delete/cpcode/:network
      params:
      - name: network
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Delete by CP code
  - info:
      name: Delete by cache tag
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/delete/tag/:network
      params:
      - name: network
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Delete by cache tag
- info:
    name: Status
    type: folder
  items:
  - info:
      name: Check rate and object limit status
      type: http
    http:
      method: POST
      url: https://{host}.luna.akamaiapis.net/ccu/v3/rate-limit-status/:purge-type
      params:
      - name: purge-type
        value: ''
        type: path
    docs: Check rate and object limit status
bundled: true