---
title: "Get all zone certificates"
slug: "get-all-zone-certificates"
updated: 2026-04-04T02:22:39Z
published: 2026-04-04T02:22:47Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.fortanix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get all zone certificates

Get/v1/zones/{zone-id}/certificates

Get all certificates in the specified zone

SecurityAPI Key: bearerTokenHeader parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameterszone-idstring (uuid) Required

UUID of a zone.

Responses200

Details of all zone certificates.

<select class='api-response-data' aria-label='Media type'><option value='a092496c-0d00-4925-8879-0c577cd3f7c0'>application/json</option>
</select>object  

Detailed info of all zone certificates.

current_certificatestring    

Current Zone certificate (PEM format).

next_certificatestring    

New Zone certificate (PEM format).

previous_certificates Array of string   

Old Zone certificates (PEM format).

string
