v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Endpoint

Get Endpoint Mtls Config 2

Get endpoint mTLS status and configuration.

This is basically the same as v1.endpoint.get-mtls, but instead of returning a 404 when mTLS is not enabled, it returns a 200 with enabled: false and config: null.

get/api/v1/app/{app_id}/endpoint/{endpoint_id}/mtls-config

Path parameters

app_idstring required

The Application's ID or UID.

Example:unique-identifier

The Application's ID or UID.

endpoint_idstring required

The Endpoint's ID or UID.

Example:unique-identifier

The Endpoint's ID or UID.

Response

enabledboolean required
configEndpointMtlsConfigOut