Skip to main content
POST
/
provider-connections
/
validate-all
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "is_valid": true,
      "validation_latency_ms": 123,
      "error": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Validation results

results
object[]