Class ByProjectKeySubscriptionsKeyByKeyHead

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

Checks if a Subscription exists with the provided key. Returns a 200 status if the Subscription exists, or a 404 status otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .subscriptions()
            .withKey("{key}")
            .head()
            .execute()