Cloudflare Docs
SSL/TLS
SSL/TLS
Edit this page on GitHub
Set theme to dark (⇧+D)

API commands

Use the following API commands to manage advanced certificates. If you are using our API for the first time, review our API documentation.

CommandMethodEndpointAdditional notes
Order advanced certificatePOSTzones/<<ZONE_ID>>/ssl/certificate_packs/order
Restart certificate validationPATCHzones/<<ZONE_ID>>/ssl/certificate_packs/<<ID>>
Delete certificate packDELETEzones/<<ZONE_ID>>/ssl/certificate_packs/<<ID>>
List certificate packs in a zoneGETzones/<<ZONE_ID>>/ssl/certificate_packs?status=allThis API call returns all certificate packs for a domain (Universal, Custom, and Advanced).
List Cipher Suite settingsGETzones/<<ZONE_ID>>/settings/ciphers
Change Cipher Suite settingsPATCHzones/<<ZONE_ID>>/settings/ciphersTo restore default settings, send a blank array in the value parameter.