Skip to main content

Test Connection for Instance

POST 

/api/veracore/integration-instances/:integration_instance/test-connection

Test the Veracore connection for an existing integration instance using its saved credentials. The endpoint attempts to request an access token from the Veracore API and reports whether authentication succeeded.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

No request body is required — the credentials stored on the instance are used.

Errors

  • 404 when the integration instance does not exist.
  • 422 with data.success = false and data.error when Veracore rejects the saved credentials or the server cannot be reached.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type