Get all zone certificates

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

Get all certificates in the specified zone

Security
API Key: bearerToken
Header parameter nameAuthentication

A JWT bearer token to be passed once authenticated.

Path parameters
zone-id
string (uuid) Required

UUID of a zone.

Responses
200

Details of all zone certificates.

object

Detailed info of all zone certificates.

current_certificate
string

Current Zone certificate (PEM format).

next_certificate
string

New Zone certificate (PEM format).

previous_certificates
Array of string

Old Zone certificates (PEM format).

string