cURL
curl -X POST "https://api.joinformal.com/core.v1.DesktopService/GetCACertificate" \ -H "X-API-KEY: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "example": "value" }'
{ "caCertificatePem": "<string>" }
API key authentication. Get your API key from the Formal console.
The body is of type GetCACertificateRequest · object.
GetCACertificateRequest · object
Success
Was this page helpful?
Suggestions