Class ByProjectKeySubscriptionsByIDHealthGet

All Implemented Interfaces:
ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

public class ByProjectKeySubscriptionsByIDHealthGet extends TypeApiMethod<ByProjectKeySubscriptionsByIDHealthGet,JsonNode>

This endpoint can be polled by a monitoring or alerting system that checks the health of your Subscriptions. To ease integration with such systems this endpoint does not require Authorization.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .subscriptions()
            .withId("{ID}")
            .withIdHealth()
            .get()
            .execute()