Sept 29, 2025 — Mutual TLS Edge Truststore V2 APIs
about 3 hours ago
We are pleased to announce the availability of the mETS V2 APIs. These APIs provide expanded functionality for managing CA sets and certificates in Mutual TLS Edge Truststore.
Highlights of API V2
- Standard media type support: While V1 APIs required custom media types such as
application/vnd.akamai.mtls-edge-truststore.ca-set.v1+json
, V2 APIs useapplication/json
, making integration simpler. - Ease of migration: The majority of V1 endpoints have been ported into V2 to ensure functional continuity and backward compatibility.
- New capabilities: V2 introduces additional endpoints to enhance CA set and certificate management.
New Endpoints in API V2
The following new endpoints are now available with V2:
- Clone a CA set – Clones a CA set.
- Get CA set associations – Retrieves associations for a CA set.
- Get CA set delete status – Returns the status of a CA set deletion request, including progress, overall state, and any network-specific failures.
- Validate certificates – Accepts a list of certificates in PEM format and validates them. The API returns validation results for each certificate. The operation fails if any certificate is invalid.