Class ByProjectKeyApiClientsByIDHead

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

Checks if an API Client exists with the provided id. Returns a 200 status if the API Client exists, or a 404 status otherwise.



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