Agents

Run CertiWise renewal orchestrator

POST
/internal/certiwise/run-renewal-orchestrator

Authorization

CertificateWebhookSecret
AuthorizationBearer <token>

Shared CERTIFICATE_WEBHOOK_SECRET for certificate lifecycle webhooks

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/internal/certiwise/run-renewal-orchestrator" \  -H "Content-Type: application/json" \  -d '{    "organizationId": "string"  }'
{  "organizationId": "string",  "result": {    "advanced": 0,    "completed": 0,    "failed": 0  }}
{  "message": "string"}
{  "message": "string"}