List My Certificates
List TLS certificates the calling user has uploaded for use on custom-domain endpoints. These are user-supplied certs (perhaps issued by a corporate CA, EV certs, or wildcards from another provider) — distinct from the platform-managed ACME certs returned by /domains/self/{id}/certificates.
Account scope: these are the certificates of your active account, shared with its members per your role's permissions. Use switch account to work with a different account's certificates.
Private keys are not returned anywhere — once uploaded, they're write-only and stored encrypted at rest. To rotate a key, delete the cert and upload a new one.
Custom certificates require the custom_ssl entitlement on your plan. Without it, this endpoint returns an empty list (uploads are rejected separately).
Response (200 OK)
JSON array of certificate objects:
true if the cert is currently usable. Becomes false after expiry or admin revocation.