Akamai · Example Payload

Akamai Get History Certificates Example

CDNCloudEdge ComputingNetworksPlatformSecurity

Akamai Get History Certificates Example is an example object payload from Akamai, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-history-certificates",
  "method": "GET",
  "path": "/enrollments/{enrollmentId}/history/certificates",
  "summary": "Get certificate history",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/vnd.akamai.cps.certificate-history.v2+json",
      "example": {
        "certificates": [
          {
            "deploymentStatus": "inactive",
            "geography": "core",
            "ra": "third-party",
            "stagingStatus": "inactive",
            "type": "third-party",
            "slots": [],
            "primaryCertificate": {
              "certificate": "-----BEGIN CERTIFICATE-----\nMIID ... <sample - removed for readability> .... 9t0G\n-----END CERTIFICATE-----",
              "expiry": "2022-02-15T06:05:32Z",
              "keyAlgorithm": "ECDSA",
              "trustChain": "-----BEGIN CERTIFICATE-----\nMIIDT ... <sample - removed for readability> .... okCk=\n-----END CERTIFICATE-----"
            },
            "multiStackedCertificates": [
              {
                "certificate": "-----BEGIN CERTIFICATE-----\nMIID ... <sample - removed for readability> .... Bp52w=\n-----END CERTIFICATE-----",
                "expiry": "2022-02-15T06:05:33Z",
                "keyAlgorithm": "RSA",
                "trustChain": "-----BEGIN CERTIFICATE-----\nMIID ... <sample - removed for readability> .... 7gf0=\n-----END CERTIFICATE-----"
              }
            ]
          },
          {
            "deploymentStatus": "active",
            "geography": "core",
            "ra": "third-party",
            "stagingStatus": "active",
            "type": "third-party",
            "slots": [
              19598
            ],
            "primaryCertificate": {
              "certificate": "-----BEGIN CERTIFICATE-----\nMIID ... <sample - removed for readability> .... J9JQs/v0=\n-----END CERTIFICATE-----",
              "expiry": "2022-02-05T13:21:21Z",
              "keyAlgorithm": "ECDSA"
            },
            "multiStackedCertificates": [
              {
                "certificate": "-----BEGIN CERTIFICATE-----\nMIID ... <sample - removed for readability> .... Mweq/\n-----END CERTIFICATE-----",
                "expiry": "2022-02-05T13:21:20Z",
                "keyAlgorithm": "RSA",
                "trustChain": "-----BEGIN CERTIFICATE-----\nMIID ... <sample - removed for readability> .... KEUp0=\n-----END CERTIFICATE-----"
              }
            ]
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/akamai-get-history-certificates-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.