Akamai · Example Payload
Akamai Get History Changes Example
CDNCloudEdge ComputingNetworksPlatformSecurity
Akamai Get History Changes 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
{
"operationId": "get-history-changes",
"method": "GET",
"path": "/enrollments/{enrollmentId}/history/changes",
"summary": "Get change history",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/vnd.akamai.cps.change-history.v5+json",
"example": {
"changes": [
{
"action": "renew",
"actionDescription": "Renew Certificate",
"businessCaseId": "5005B00000XYZA1234",
"createdBy": "mrossi",
"createdOn": "2021-05-09T19:26:59Z",
"lastUpdated": "2021-06-12T12:56:55Z",
"ra": "symantec",
"status": "completed",
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIFH ... <sample - removed for readability> .... b+kIw==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "RSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIEdj ... <sample - removed for readability> .... oqzb5Ct\n-----END CERTIFICATE-----"
},
"primaryCertificateOrderDetails": {
"orderId": "abcdefM6Gw3WvN2p12345"
},
"multiStackedCertificates": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDu ... <sample - removed for readability> .... 3JpAg==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "ECDSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIDzD ... <sample - removed for readability> .... F3+fA==\n-----END CERTIFICATE-----"
}
]
},
{
"action": "renew",
"actionDescription": "Renew Certificate",
"businessCaseId": "5005B00000DEFG1234",
"createdBy": "szhang",
"createdOn": "2021-02-02T18:21:17Z",
"lastUpdated": "2021-02-05T19:57:14Z",
"ra": "symantec",
"status": "cancelled",
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIFH ... <sample - removed for readability> .... b+kIw==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "RSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIEdj ... <sample - removed for readability> .... oqzb5Ct\n-----END CERTIFICATE-----"
},
"primaryCertificateOrderDetails": {
"orderId": "abcdeHvg8F7caXW312345"
},
"multiStackedCertificates": [
{
"certificate": null,
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "ECDSA",
"trustChain": null
}
]
},
{
"action": "renew",
"actionDescription": "Renew Certificate",
"businessCaseId": null,
"createdBy": "jperez",
"createdOn": "2021-02-01T17:16:35Z",
"lastUpdated": null,
"primaryCertificate": null,
"primaryCertificateOrderDetails": null,
"ra": "symantec",
"status": "cancelled",
"multiStackedCertificates": []
},
{
"action": "new-certificate",
"actionDescription": "Create New Certificate",
"businessCaseId": "5005B00000ABCD1234",
"createdBy": "jsmith",
"createdOn": "2021-02-01T16:30:58Z",
"lastUpdated": "2021-02-01T17:16:37Z",
"ra": "symantec",
"status": "completed",
"primaryCertificate": {
"certificate": "-----BEGIN CERTIFICATE-----\nMIIFH ... <sample - removed for readability> .... b+kIw==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "RSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIEdj ... <sample - removed for readability> .... oqzb5Ct\n-----END CERTIFICATE-----"
},
"primaryCertificateOrderDetails": {
"orderId": "abcdex7zh8wspr4m12345"
},
"multiStackedCertificates": [
{
"certificate": "-----BEGIN CERTIFICATE-----\nMIIDu ... <sample - removed for readability> .... 3JpAg==\n-----END CERTIFICATE-----",
"csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIC2 ... <sample - removed for readability> .... mdnsaw=\n-----END CERTIFICATE REQUEST-----",
"keyAlgorithm": "ECDSA",
"trustChain": "-----BEGIN CERTIFICATE-----\nMIIDzD ... <sample - removed for readability> .... F3+fA==\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.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/akamai-get-history-changes-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.