v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Endpoint

Get Endpoint Server Ca

Get the custom CA certificate for the given endpoint.

get/api/v1/app/{app_id}/endpoint/{endpoint_id}/ca

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

certstring nullable

A PEM encoded X.509 certificate used to verify the webhook receiver's certificate.

If this is null, standard CAs are in use.