Determine whether client exists

head/oauth/clients/{clientId}

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

1Not Available

Path Parameters

NameTypeRequiredDescription
clientId
string
true

The ID of the request client.

Responses

StatusMeaningDescription
200OK

The request succeeded. The requested client exists.

Headers
404Not Found

No client exists at the requested path.