Claude Platform Docs

Certificates

Create Tunnel Certificate
POST/v1/tunnels/{tunnel_id}/certificates
Get Tunnel Certificate
GET/v1/tunnels/{tunnel_id}/certificates/{certificate_id}
List Tunnel Certificates
GET/v1/tunnels/{tunnel_id}/certificates
Archive Tunnel Certificate
POST/v1/tunnels/{tunnel_id}/certificates/{certificate_id}/archive
Models
BetaTunnelCertificate object{ id, archived_at, created_at, 4 more }

A CA certificate attached to a tunnel.

id: string

Unique identifier for the certificate, prefixed with tcrt_.

archived_at: string or null

A timestamp in RFC 3339 format

formatdate-time
created_at: string

A timestamp in RFC 3339 format

formatdate-time
expires_at: string or null

A timestamp in RFC 3339 format

formatdate-time
fingerprint: string

Lowercase hex SHA-256 fingerprint of the certificate's DER encoding.

tunnel_id: string

ID of the tunnel the certificate is registered against.

type: "tunnel_certificate"