Determine whether client exists

head/oauth/clients/{clientId}
Internal-Use Only

Returns whether the client that is specified in the request exists. Authorization: Bearer token with clients.read, clients.admin, zones.{zoneId}.admin, or equivalent (SASAdministrators) scope.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
clientId
string
true

The ID of the request client.

Responses

StatusMeaningDescription
200OKThe request succeeded. The requested client exists.Headers
404Not FoundNo client exists at the requested path.