Skip to main content
GET
/
webhooks
/
mtls
/
csr
TypeScript
const response: Promise<FireblocksResponse<WebhookMtlsCsrResponse>> = fireblocks.webhooksV2.getMtlsCsr();
{
  "csr": "-----BEGIN CERTIFICATE REQUEST-----\n...\n-----END CERTIFICATE REQUEST-----"
}

Response

The mTLS CSR PEM

mTLS Certificate Signing Request response

csr
string
required

The Fireblocks PEM-encoded Certificate Signing Request (CSR).

Example:

"-----BEGIN CERTIFICATE REQUEST-----\n...\n-----END CERTIFICATE REQUEST-----"