Skip to main content
POST
Validate Wiz credential
This endpoint is experimental. It may change or be removed without notice and is not covered by API stability guarantees.

Authorizations

Authorization
string
header
required

Get access to data with your user's JSON Web Token.

Path Parameters

deploymentId
integer<int64>
required

Body

application/json
deploymentId
integer<int64>
clientId
string
clientSecret
string
apiUrl
string
tokenUrl
string
id
string

Existing credential to validate. When set and no client_secret is provided, the stored secret is validated server-side, so clients can test a saved credential without sending (or knowing) the secret. When a client_secret is provided, that secret is validated instead.

Response

200 - application/json

OK

valid
boolean
error
string