Skip to content

Re-validate a destination

POST
/v1/destinations/{id}/validate

Re-run the schema, credential and connectivity checks.

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Responses

Validation report.

application/json
JSON
{
  
"validation": "string",
  
"checks": {
  
  
"schema": true,
  
  
"credentials": true,
  
  
"connectivity": true
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product